Course code: WEB-27
  • Years with company: 0
  • Years programming: 3
  • Primary programming language: c
  • Other programming languages: Python
  • Unit test harnesses: None.
  • Something else: Besides work I typically enjoy programming quad-copters and designing control systems.
  • Test practice now: Currently I use several test tracks
  • Target system: There are several different targets depending on the region and
  • Dev tools: Visual studio code, putty, build server.
  • Build time: 5-30 minutes
  • Coding standard: MMT coding standard.
  • Function too long: Typically if a function is larger than 100 lines of code or the function has become too complex with more than a single exit.
  • Code reviews: Our code reviews are done via gerrit
  • Code time: 30
  • Test time: 30
  • Debug time: 40
  • Favorite thing about dev: Programming is always a challange and continuous stream of problem solving.
  • Least favorite thing about dev: The development enviroment may not always be ideal(particularly for c) which can result in a lot of complexity and difficutly to acheive a very simple task.
  • Tdd knowledge: TDD is a short development cycle where test cases are written first and the code is improved to pass the tests.
  • Why are you attending: I wish to improve my workflow and be able to create more reliable code.