Course code: CARBON-2
  • Years with company: 0
  • Years programming: 16
  • Primary programming language: c, c++
  • Other programming languages: python
  • Unit test harnesses: cppunit
  • Something else: interested in system performance test, software/hardware integration test
  • Test practice now: write unit test
  • Target system: linux kernel, embedded system
  • Dev tools: gcc, gdb
  • Build time: 1-5 minutes
  • Coding standard: depends on the project - be consistent book: clean code, code complete
  • Function too long: depends on the context - over one page (~80 lines) is too long
  • Code reviews: peer review, code refectory?
  • Code time: 50
  • Test time: 30
  • Debug time: 20
  • Favorite thing about dev: solving problems in a more efficient way
  • Least favorite thing about dev: none
  • Tdd knowledge: design/develop with test in mind - always has a test scenario before developing a functionality
  • Why are you attending: keep learning new technology - the concept and practice of TDD.