Course code: NIELSEN-2
  • Years with company: Less than one year
  • Years programming: More than 17 years
  • Primary programming language: C
  • Other programming languages: Assembler, C++
  • Unit test harnesses: None
  • Something else: Embedded development is my hobby
  • Test practice now: Step by step
  • Target system: ARMs
  • Dev tools: IAR, Eclipse, NetBeans, Keil
  • Build time: 11-30 seconds
  • Coding standard: Doxygen style comments and simple human readable code
  • Function too long: When it does more than one thing
  • Code reviews: I don't have experience with reviewing other people's code for production
  • Code time: 40%
  • Test time: 30%
  • Debug time: 30%
  • Favorite thing about dev: I really enjoy when something that I have imagined and then created starts to work
  • Least favorite thing about dev: Many hours spent because of one stupid bug
  • Tdd knowledge: 1. Test code must be written before production code 2. Production code must pass all tests 3. Tests must be written for production code to fail if it does not meet specifications
  • Why are you attending: I want to use TDD