Course code: MEDT-1
  • Years with company: <1
  • Years programming: 5
  • Primary programming language: C
  • Other programming languages: C++,Python
  • Unit test harnesses: None
  • Something else: I just started my job 6 months ago from college so I'm trying to develop good habits! I read your book and loved it, so I want to start implementing it into how I work.
  • Test practice now: Using either our test scripts on our emulators or through stepping through the debugger to see our values are what we expect them to be (which has been a painful way to test)
  • Target system: We use an ARC based processor which has 2 cores and a finicky debugger. It uses a ccac compiler
  • Dev tools: Jenkins, parasoft, Metaware (eclipse based IDE)
  • Build time: 5-30 minutes
  • Coding standard: Haha wish I knew, I don't think this is strictly defined in our group.
  • Function too long: Visual inspection, if it looks too complicated, you need to scroll down, etc.
  • Code reviews: I've only been here for 7-8 months. Haven't had a code review yet- I know it happens though.
  • Code time: 2
  • Test time: 5
  • Debug time: 3
  • Favorite thing about dev: I like coding and solving difficult problems. I also like fixing bugs.
  • Least favorite thing about dev: Being deep in the debugging process and not knowing what to do resolve it.
  • Tdd knowledge: It is incremental and about not writing code that doesn't have a test(I've read your book)
  • Why are you attending: I read your book and I want to learn how to implement your concepts in my daily work