Course code: INF-1
  • Years with company: 1
  • Years programming: 15
  • Primary programming language: C
  • Other programming languages: C++, Python
  • Unit test harnesses: N/A
  • Something else: N/A
  • Test practice now: Manual testing. Very limited automated testing
  • Target system: Embedded devices
  • Dev tools: N/A
  • Build time: 1-5 minutes
  • Coding standard: N/A
  • Function too long: If it doesn't fit into my screen. If it has too much complexity
  • Code reviews: Peer reviews for all pull requests
  • Code time: 40
  • Test time: 20
  • Debug time: 40
  • Favorite thing about dev: To make computer/microcontroller do what I need it to do
  • Least favorite thing about dev: Debug tools that don't cooperate
  • Tdd knowledge: You need to have test in mind and start by thinking how you can test a piece of code before you star
  • Why are you attending: To learn what TDD really is