Course code: WEB-22
  • Years with company: 3
  • Years programming: 9
  • Primary programming language: C
  • Other programming languages: Python, C++, ASM, XML and JAVA
  • Unit test harnesses: I have made my own and tried Ceedling
  • Something else: I always strive to write the best code for everyone
  • Test practice now: unit testing, and run time testing with hardware
  • Target system: embedded 32bit ARM and 8 bit
  • Dev tools: IAR, eclipse, notepad++, visual studios
  • Build time: 11-30 seconds
  • Coding standard: we took the barr coding standard and modified it for our company
  • Function too long: It doesn't fit on the screen, we also have a static analysis tool that will not let you go over 100 lines in a function
  • Code reviews: It is currently up to the engineer of a project to start a review. the are starting to become a requirement
  • Code time: 40
  • Test time: 30
  • Debug time: 30
  • Favorite thing about dev: being able to create useful things for anything
  • Least favorite thing about dev: It can be written in such a way that it is unreadable.
  • Tdd knowledge: testing each function to validate that it works. I tend to work like this
  • Why are you attending: We want to see if this will be a good learning experience for our group