Course code: ROL-1
  • Years with company: 1
  • Years programming: 8
  • Primary programming language: C/C++
  • Other programming languages: Dart with Flutter Framework Python Rust SystemC (For High Level Synthesis)
  • Unit test harnesses: GTest and GMock
  • Something else: What do you want to know?
  • Test practice now: Test functionality with python scripts (Black Box Test)
  • Target system: Embedded Linux with armv7hf
  • Dev tools: Vim, VSCode, Clang, Git, SVN, Valgrind, CppCheck and more.
  • Build time: 5-30 minutes
  • Coding standard: Do not really understand this question. When coding convention is meant: Im trying to fulfill Google Style Guide.
  • Function too long: When the function does not fit on the screen anymore. Using Teamscale Pre-Commit Analysis
  • Code reviews: Last Review: Long functions with many code duplications in one file with about 5000 lines of codes...
  • Code time: 20
  • Test time: 30
  • Debug time: 50
  • Favorite thing about dev: Development is an never ending learning story! Im curious to know how the most things work.
  • Least favorite thing about dev: Wasting a lot of time in meetings...
  • Tdd knowledge: Write the Test first, after that, write the implementation until the test passes. Not more, not less.
  • Why are you attending: I like to have concrete guidelines to do things, it makes the development easier and more straight forward.