Course code: BAD-1
  • Years with company: 2
  • Years programming: 3
  • Primary programming language: C
  • Other programming languages: C++
  • Unit test harnesses: None
  • Something else:
  • Test practice now: Functional testing during development and regression testing before release
  • Target system: Various Microcontrollers and Processors
  • Dev tools: Atmel Studio, MPLab, Code Composer Studio
  • Build time: 31-60 seconds
  • Coding standard: Maintain consistent formatting. Focus on efficiency and robustness
  • Function too long: When it's large enough to have to spend time searching for the section I need.
  • Code reviews: Testing Based. If I identify a bug during testing I review the related code.
  • Code time: 40
  • Test time: 30
  • Debug time: 30
  • Favorite thing about dev: The short time and minimal physical resources required to identify and fix issues. Low barrier to entry
  • Least favorite thing about dev: Organization of large projects, modifying or fixing code written by others
  • Tdd knowledge: It is a method of developing tests along the way to streamline development and save time when testing.
  • Why are you attending: To save time during the testing phases of code development.