Course code: HARM-1
  • Years with company: 22
  • Years programming: 16
  • Primary programming language: C
  • Other programming languages: C++, VBA
  • Unit test harnesses: none
  • Something else: Line Manager and Process Owner for Software Construction
  • Test practice now: the team uses unit tests by using a test framework
  • Target system: embedded target for incar usage
  • Dev tools: different C compilers for IO Controller (AUTOSAR) and Wakeup Controller
  • Build time: 30-60 minutes
  • Coding standard: MISRA rules plus customer metrics plus company internal coding styles.
  • Function too long: we have different KPIs dealing with lines of code and complexity of a function.
  • Code reviews: Peer review to check the code before submit
  • Code time: 0
  • Test time: 0
  • Debug time: 0
  • Favorite thing about dev: Making new things possible and making things easier.
  • Least favorite thing about dev: Coding without having a proper Design. Not taking care of impacts of software.
  • Tdd knowledge: Think about and develop the test before you create your code. The test has to pass at any time.
  • Why are you attending: Get kown to TDD, incorporate it into software construction process and act as a multiplier in team.