Course code: NDC-2
  • Years with company: It is my first year
  • Years programming: 10 years
  • Primary programming language: C
  • Other programming languages: C++, Python, Java
  • Unit test harnesses: None
  • Something else: I am a curious person.
  • Test practice now: N/A
  • Target system: Linux
  • Dev tools: eclipse
  • Build time: 1-5 minutes
  • Coding standard: ANSI-C
  • Function too long: When a function start doing more than it is expected. It should only perform one task. If it exceeds more than 20 lines we should think about making small functions.
  • Code reviews: I tend to get much in the start but now things are getting better.
  • Code time: 40%
  • Test time: 20%
  • Debug time: 40%
  • Favorite thing about dev: Most of the time it works as I have planned.
  • Least favorite thing about dev: Sometimes it does not work as I have planned.
  • Tdd knowledge: Not much.
  • Why are you attending: I want to learn test-driven embedded development.