Course code: WEB-40
  • Years with company: 1
  • Years programming: 5
  • Primary programming language: C/C++
  • Other programming languages: Python, Rust, Javascript.
  • Unit test harnesses: CppUTest, Python unittests.
  • Something else: I am an early career firmware engineer. I am at my first first job, and am trying to develop good habits early.
  • Test practice now: Code first, run existing tests, and create a new test if necessary.
  • Target system: Target system is either an x86 VM, or an ARM chip.
  • Dev tools: Eclipse
  • Build time: 11-30 seconds
  • Coding standard: Internal standard.
  • Function too long: When it becomes hard to read and I see repeated sections of code.
  • Code reviews: Done with either a review software, or pair programming.
  • Code time: 30
  • Test time: 30
  • Debug time: 40
  • Favorite thing about dev: I enjoy the problem solving aspect of development!
  • Least favorite thing about dev: Dealing with intermittent issues/bugs in code.
  • Tdd knowledge: Write a test first, then develop for that test.
  • Why are you attending: I want to write better quality code faster.