Course code: SE-2
  • Years with company: 1.5
  • Years programming: 7
  • Primary programming language: C
  • Other programming languages: NA
  • Unit test harnesses: google test
  • Something else: I am embedded software engineer working on ST processor .
  • Test practice now: For hardware tested , we write stubs and for application stuff , we use google test frame.
  • Target system: STM32 , Arm processor
  • Dev tools: IAR workbench
  • Build time: 31-60 seconds
  • Coding standard: Misra C
  • Function too long: after 30 lines of code
  • Code reviews: Static tool analysis and peer reviews
  • Code time: 30
  • Test time: 50
  • Debug time: 20
  • Favorite thing about dev: Designing
  • Least favorite thing about dev: Documentation
  • Tdd knowledge: it emphasize on Testing a code more than writing a code. Testcase first and then main code.
  • Why are you attending: to develop and unit test new project and ofcourse learn a new approach toward writing a software with minimum bug .