Course code: CISCO-12
  • Years with company: 4
  • Years programming: 10
  • Primary programming language: c/c++
  • Other programming languages: python, node js
  • Unit test harnesses: self developed c/c++ module
  • Something else: love to travel, and a big movie freak !
  • Test practice now: using self developed app, which calls various methods in my code.
  • Target system: centos7
  • Dev tools: gcc, gdb
  • Build time: 5-30 minutes
  • Coding standard: probably close to GNU c/c++ coding standard..
  • Function too long: a function grows longer, if we do multiple tasks in the same funtion. its ideal to do just one task in one function.
  • Code reviews: at least 2 peers will review my code, before it is committed to the official version control system
  • Code time: 40
  • Test time: 30
  • Debug time: 30
  • Favorite thing about dev: Different ways to do one task make s/w development challenging and interesting.
  • Least favorite thing about dev: deadlines :) !!
  • Tdd knowledge: one thing: write test code first, then the real code !!
  • Why are you attending: learn tdd