Course code: WEB-33
  • Years with company: 6
  • Years programming: 25
  • Primary programming language: c
  • Other programming languages: python
  • Unit test harnesses: can't remember (Dyson uses unity but i haven't used that tool)
  • Something else: I have been mostly working in testing for the past 10 years
  • Test practice now: behave off target testing + on target (+ unity)
  • Target system: various m0 / m2 boards
  • Dev tools: IAR workbench, VM, scons, atlassian tools, git
  • Build time: 5-30 minutes
  • Coding standard: C coding standard based on MISRA
  • Function too long: static analysis tools?
  • Code reviews: pull request in git reviewed by 2+ other developers
  • Code time: 30
  • Test time: 40
  • Debug time: depends
  • Favorite thing about dev: problem solving
  • Least favorite thing about dev: myself making stupid mistakes
  • Tdd knowledge: write the test first, then write the code and run the test to see if the test now passes. Iterative
  • Why are you attending: I would love to do TDD properly - and find out how much i don't know about it.