Course code: BAX-1
  • Years with company: 0.1
  • Years programming: 4
  • Primary programming language: C++
  • Other programming languages: C
  • Unit test harnesses: NA
  • Something else: I am a Computer Engineering student from the University of Minnesota here on Co-op. I started 2 weeks ago.
  • Test practice now: I test my code by creating test scenarios and analyzing the output.
  • Target system: NA
  • Dev tools: NA
  • Build time: Under 10 seconds
  • Coding standard: NA
  • Function too long: A function is too long when it it could be easliy subdivided into simpler, easier to understand functions.
  • Code reviews: NA
  • Code time: 1/2
  • Test time: 1/4
  • Debug time: 1/4
  • Favorite thing about dev: I enjoy planning for every scenario and creating code which is easily adaptable to multiple scenarios.
  • Least favorite thing about dev: I do not enjoy using code which I do not fully understand.
  • Tdd knowledge: Test driven development involves creating tests before code is written. From there, functions are written which are validated by those premade tests.
  • Why are you attending: I am attending this class because I am interested in learning more about test driven development. I hope I can apply this to my work.