Course code: MOT-5
  • Years with company: 9
  • Years programming: 17
  • Primary programming language: C++
  • Other programming languages: C,Java
  • Unit test harnesses: TestRT, VectorCast, CppUnit
  • Something else: I like reading. And I like photography.
  • Test practice now: Bundle several highly related source files together and test them together
  • Target system: Arm9 (ti omap 1710)
  • Dev tools: VC, RoseRT, TestRT, source insight
  • Build time: 5-30 minutes
  • Coding standard: We have defined coding standard as part of process for C/C++
  • Function too long: When I need scrolling the editor view to read it.
  • Code reviews: Team was following fagon inspection for reviewing code. Now team is trying to find lightweight solution
  • Code time: 20
  • Test time: 40
  • Debug time: 40
  • Favorite thing about dev: I like creating things. Developing software just like other design activities like writing articles or songs. I am happy when I created the code that can give me feeling of beauty.
  • Least favorite thing about dev: I don't like dirty
  • Tdd knowledge: Using test to drive software implementation. Generally follow the circle of: test fail(RED)->coding to pass the test(Green)->refactoring.
  • Why are you attending: To have deep understanding of TDD. To clarify thoughts.