Course code: CONT-1
  • Years with company: 3
  • Years programming: 7
  • Primary programming language: C
  • Other programming languages: C++ , Java , C#
  • Unit test harnesses: RTRT and CrossView
  • Something else: I study information technology at " Universitatea Politehnica Timisoara " , first year master.
  • Test practice now: Currently I use RTRT and .ptu scripts.
  • Target system: My target system is the digital tachograph.
  • Dev tools: Eclipse and CodeWright
  • Build time: 1-5 minutes
  • Coding standard: I always try to respect our coding standards and before writing the sollution in system I put it on the paper and think about unexpected scenarios.
  • Function too long: When I see to many deeply nested control structures , or when that function makes more than one thing.
  • Code reviews: When I do a review , I check if our coding standards are respected , and if the change affect other parts of the system.
  • Code time: 35
  • Test time: 45
  • Debug time: 20
  • Favorite thing about dev: I like software development because you need to be creative , use your imagination , and finally to solve problems with your knowledge .
  • Least favorite thing about dev: I don't like when you fix some bug in a part of code and create another one , or maybe more than one , in some other part.
  • Tdd knowledge: It is a new concept , which move the testing phase in parallel with implementation for making more stable systems.
  • Why are you attending: I want to learn how to develop better software in less time.