Course code: CARBON-2
  • Years with company: 1
  • Years programming: 15
  • Primary programming language: c++
  • Other programming languages: C, python, go, javascript
  • Unit test harnesses: Robot Framework, guest
  • Something else: I quickly start automating my tests, often times before writing the test completely
  • Test practice now: Robot framework or python scripts along with using glove to determine how much of my code was touched
  • Target system: Linux
  • Dev tools: Command line, vim, gcc
  • Build time: 31-60 seconds
  • Coding standard: I don't have a personal standard, but I do use clang format to keep my code formatted with my companies standards
  • Function too long: When I can't see the beginning of the function on my screen
  • Code reviews: Developers look at the review and see if anything stands out to them
  • Code time: 25
  • Test time: 25
  • Debug time: 50
  • Favorite thing about dev: I enjoy solving puzzles
  • Least favorite thing about dev: I don't like how long it takes to push code into the repo, depends on reviews
  • Tdd knowledge: tests are created before code is being wrote
  • Why are you attending: Wanting to learn how to better test my code