Course code: AS-1
  • Years with company: 2
  • Years programming: 6
  • Primary programming language: C
  • Other programming languages: C++, Python
  • Unit test harnesses: Cpputest, Unity/Ceedling
  • Something else: Nah
  • Test practice now: Some unit testing, a lot of manual testing
  • Target system: STM32 microcontroller
  • Dev tools: VS studio Code
  • Build time: 11-30 seconds
  • Coding standard: More or less Linux style guide
  • Function too long: When I have to scroll
  • Code reviews: Merge request before a branch is merged to master. Reviewers will look through the code and accept/decline. Build server makes sure the branch builds, but does not run any tests.
  • Code time: 20
  • Test time: 50
  • Debug time: 30
  • Favorite thing about dev: Getting things to work
  • Least favorite thing about dev: Meetings
  • Tdd knowledge: Did TDD actively in my previous job
  • Why are you attending: Get to know more about how to organize unit tests.