Course code: SAM-1
  • Years with company: 3
  • Years programming: 6
  • Primary programming language: C
  • Other programming languages: only C Use C++ only as needed , so not very much
  • Unit test harnesses: NA
  • Something else: Love to learn and ask questions.
  • Test practice now: Bench testing (have a std set of instructions and debuggers) + we have dedicated team to do unit testing
  • Target system: Linux
  • Dev tools: Different IDEs
  • Build time: 31-60 seconds
  • Coding standard: Our company and team has coding guidelines
  • Function too long: depending on what it is for If there are redundant repeated parts, we create sub functions Also make sure the function does not hold the controller( should be interruptible)
  • Code reviews: We use code collaborator to do code reviews. Usually 2-3 reviewers+ moderator are present
  • Code time: 4/10
  • Test time: 4/10
  • Debug time: 6/10
  • Favorite thing about dev: Its fun
  • Least favorite thing about dev: Its sometimes very stressful. When there's a deadline
  • Tdd knowledge: no
  • Why are you attending: I am good at C , but wanted to see if I get more understanding of C++