Course code: CIT-1
  • Years with company: 1
  • Years programming: 4
  • Primary programming language: C++
  • Other programming languages: Python, C
  • Unit test harnesses: -
  • Something else: I am a new graduate hire. This is my first full time job as a software developer.
  • Test practice now: 1.Using the Gtest framework to write unit tests 2.Automation tests using python and the RobotFramework.
  • Target system: -
  • Dev tools: VSCode, Linux based debugging (gdb).
  • Build time: 30-60 minutes
  • Coding standard: -
  • Function too long: 1. The easiest metric to use is the number of lines 2. If the function is performing multiple actions (changing the state of multiple variables, performing multiple calculations, etc.)
  • Code reviews: -
  • Code time: 50
  • Test time: 30
  • Debug time: 20
  • Favorite thing about dev: -
  • Least favorite thing about dev: -
  • Tdd knowledge: That you write a test for the first and then develop the software
  • Why are you attending: To gain a better understanding of TDD so I can learn how to write better, more secure code.