Course code: WEB-15
  • Years with company: <1
  • Years programming: 6
  • Primary programming language: c++
  • Other programming languages: c,c#
  • Unit test harnesses: gtest,cppunit
  • Something else: I worked in QA prior to dev position
  • Test practice now: yes
  • Target system: windows
  • Dev tools: Visual Studio, WinDbg
  • Build time: 5-30 minutes
  • Coding standard: Adhere to the standard of the code base. Adhere to design patterns when appropriate.
  • Function too long: goto's are used (outside of a single "goto cleanup" or something..); When the code path is untrack'able.
  • Code reviews: A must-have
  • Code time: 50
  • Test time: 35
  • Debug time: 15
  • Favorite thing about dev: solving problems
  • Least favorite thing about dev: old crappy code
  • Tdd knowledge: some
  • Why are you attending: to improve my standard of coding using TDD, & better my ability to be able to write unit tests for any scenario.