Course code: JHAP-1
  • Years with company: 2
  • Years programming: 15
  • Primary programming language: C
  • Other programming languages: C++, C#, Java, Python
  • Unit test harnesses: None, really. Some PyTest
  • Something else: no thanks
  • Test practice now: custom main files that run specific tests for unit testing
  • Target system: Embedded devices / micro controllers and microprocessors
  • Dev tools: PyCharm Visual Studio Community Edition Simplicity Studio
  • Build time: 5-30 minutes
  • Coding standard: PEP8
  • Function too long: When it starts to repeat itself
  • Code reviews: Usually non-existent, possibly one during merge request
  • Code time: 30
  • Test time: 25
  • Debug time: 45
  • Favorite thing about dev: Logical Thinking
  • Least favorite thing about dev: Repetitive Tasks of defining the system over and over
  • Tdd knowledge: Not much, except that it can be powerful and useful.
  • Why are you attending: I want my code to have less errors and be able to re-check itself when I make changes.