Course code: CISCO-21
  • Years with company: 3
  • Years programming: 30, more or less
  • Primary programming language: C
  • Other programming languages: Perl
  • Unit test harnesses: glib
  • Something else: I have 2 kids and I have a lot to do. I'm working on learning Go.
  • Test practice now: glib unit tests, which are really more like functional tests
  • Target system: CentOS, C, GLib
  • Dev tools: git, vi, autotools
  • Build time: 31-60 seconds
  • Coding standard: Cuddled braces, no duplicate blank lines, consistent indentation
  • Function too long: When it stops making sense
  • Code reviews: Reviewboard
  • Code time: 33
  • Test time: 33
  • Debug time: 33
  • Favorite thing about dev: Getting things to work
  • Least favorite thing about dev: Figuring out why things that should work don't
  • Tdd knowledge: I know what the initials stand for
  • Why are you attending: We tend to test after the fact (unit / functional tests) and have been encouraged to start with the tests and work forward. Given the nature of our problems this doesn't always work out, but we're trying...