Course code: WEB-18
  • Years with company: 4
  • Years programming: 25
  • Primary programming language: C++
  • Other programming languages: Python, C#
  • Unit test harnesses: CppUtest, PyTest
  • Something else: .
  • Test practice now: CppuTest; integration tests
  • Target system: .
  • Dev tools: vs code, gcc, misc other
  • Build time: 11-30 seconds
  • Coding standard: Autosar
  • Function too long: Has more than one piece of functionality or side effect that is not related to that function's purpose.
  • Code reviews: Required 2, up to 5 or 6 depending on functionality. May do offline design review for new components.
  • Code time: 20
  • Test time: 60
  • Debug time: 20
  • Favorite thing about dev: Creation; followed closely by deletion (of obsolete code).
  • Least favorite thing about dev: Reinventing the wheel.
  • Tdd knowledge: Write tests for small units of functionality first. Then write the code to pass those tests. Repeat.
  • Why are you attending: Most folks on my team have taken it. I am responsible and held accountable for writing safety critical software... efficiently. I would like to learn about anything that can help me achieve that goal.