Course code: HUNT-1
  • Years with company: 1
  • Years programming: 5
  • Primary programming language: c#
  • Other programming languages: vb.net, javascript, asp.net mvc
  • Unit test harnesses: nunit, xunit, mstest
  • Something else: I like to play tabletop roleplaying games. I also like to write both fiction and stories for said role playing games. I am a fan of sea shanties.
  • Test practice now: using mstest or nunit
  • Target system: usually x86
  • Dev tools: visual studio, vs code, notepad++, resharper
  • Build time: 1-5 minutes
  • Coding standard: whatever resharper wants
  • Function too long: When it does more than one thing, or is more than a handful of lines. It's really more by "feel" than by explicit parameters.
  • Code reviews: using mob programming, there is frequent questioning about direction and implementation of code which necessarily requires explanation and sometimes justification.
  • Code time: 33.3%
  • Test time: 33.3%
  • Debug time: 33.3%
  • Favorite thing about dev: It is a fun puzzle activity which is richly rewarding; also it's fun to create something from nothing.
  • Least favorite thing about dev: Where to start. Like other disciplines, the blank page is the most troublesome part.
  • Tdd knowledge: I know how to set up and write tdd in c#/vb.net as well as javascript. As for more complicated code; that is code which requires reflection or complicated mocks/fakes/and stubs; I'm still learning.
  • Why are you attending: I want to share my love of tdd and agile practices, I also want to stretch my comfort zone.