Course code: WEB-11
  • Years with company: 10
  • Years programming: 10
  • Primary programming language: C
  • Other programming languages: C#, C++, JAVA, Python
  • Unit test harnesses: Own one
  • Something else: -
  • Test practice now: Pragmatically with system tests or with the debugger or some specific sw tests
  • Target system: Very versatile depends on the specific project. Arm, pic, psoc, msp430...
  • Dev tools: IAR Workbench, Ultra Edit, MPLAB, PSoC Creator, Code Composer, etc
  • Build time: 31-60 seconds
  • Coding standard: We have our own using hungarian notation
  • Function too long: By counting the lines
  • Code reviews: With a colleague. We review only difficult or complicated parts of a sw. Sometimes we use checklists for the reviews. These contain systematic points like control all switch cases for the breaks, etc.
  • Code time: 70
  • Test time: 15
  • Debug time: 15
  • Favorite thing about dev: First making a concept and starting only after having a plan of the structure and the complexity. Then the effective implementation is quite easy and fast. And also no time consuming debugging is necessary. This is fun. What I don't like is testing.
  • Least favorite thing about dev: Testing
  • Tdd knowledge: I read some articles and watched a few videos of it. In one project we used a unit test framework. But with real tdd i have no practice.
  • Why are you attending: A colleague told me about it and i was interested to learn about it. I want to check if it is realistic to use it in our daily business.