Course code: CIT-1
  • Years with company: 2
  • Years programming: 5
  • Primary programming language: C++
  • Other programming languages: Python
  • Unit test harnesses: gtest
  • Something else: Frustrated about bugs in my code, eager to learn about TDD paradigm.
  • Test practice now: use gtest and gmock
  • Target system: Windows
  • Dev tools: Visual Studio
  • Build time: 11-30 seconds
  • Coding standard: Write code that is readable and fast
  • Function too long: When it is hard to follow.
  • Code reviews: Having discussions with several peers. Check in when all agree with the change
  • Code time: 40
  • Test time: 10
  • Debug time: 50
  • Favorite thing about dev: Deriving methods to solve problems
  • Least favorite thing about dev: When code doesn't work, debugging
  • Tdd knowledge: Come up with test first, then code to let the test pass
  • Why are you attending: To reduce careless mistakes in my code, reduce time spent on debugging