Course code: TRX-1
  • Years with company: 1
  • Years programming: 25
  • Primary programming language: C++, Rust
  • Other programming languages: Python, shell
  • Unit test harnesses: Boost
  • Something else: I love guitars.
  • Test practice now: Unit tests and integration tests run in CI/CD pipeline
  • Target system: Linux, running as a controller for attached devices
  • Dev tools: VS code
  • Build time: 30-60 minutes
  • Coding standard: Not sure what this is asking.
  • Function too long: It's not necessarily the length. A combination of length and complexity would be better.
  • Code reviews: Reviews are done by team members before any code is merged into the development branch.
  • Code time: 4
  • Test time: 2
  • Debug time: 4
  • Favorite thing about dev: Creating new things, and solving problems.
  • Least favorite thing about dev: Time wasted trying to debug issues.
  • Tdd knowledge: It is a methodology to create software where tests are written before the code.
  • Why are you attending: I want to learn how to effectively test code and have more confidence in my code changes.