Course code: WEB-27
  • Years with company: 3 months
  • Years programming: 3 years
  • Primary programming language: C/C++
  • Other programming languages: Python/Matlab
  • Unit test harnesses: -
  • Something else: Relatively new into programing, trying to learn the good habits and techniques
  • Test practice now: We are using google test for unit testing and a proprietary system for integration testing
  • Target system: Set-top-box
  • Dev tools: I'm personally using VSCode
  • Build time: 5-30 minutes
  • Coding standard: We are following Google C++ style guide for the current project
  • Function too long: -
  • Code reviews: We use gerrit
  • Code time: 30
  • Test time: 30
  • Debug time: 40
  • Favorite thing about dev: The satisfaction when your logic works as expected.
  • Least favorite thing about dev: Can be frustrating sometimes when you don't have all the knowledge about certain tool, system, library, etc.
  • Tdd knowledge: First write the tests and then write the code that accomplish these objectives
  • Why are you attending: To fully understand what TDD is. To learn the good habits and techniques and to be able to apply them in our current project