Posts
578
Comments
521
Trackbacks
1
Wednesday, May 27, 2009
Continuing Slide toward the Dark Side

I just created a new Visual Studio solution and created within an empty class project called “Domain.”

I then created a new test class project and called it “DomainSpecs” instead of the previously expected “DomainTests.”

Oh, how I hate underscores.

I will *not*, however, embed As a/I want/So that or Given/When/Then syntax into code.  I have my standards.

posted @ Wednesday, May 27, 2009 7:10 PM | Feedback (11)
Modern Software Development in a Corporate Environment

Inspired by a recent conversation:

  • Time it takes to code a bug fix: 10 minutes
  • Time it takes to deliver the code through arcane processes: 6 hours
  • Time it takes to document the code in the required formats: 4 days
  • Time it takes to deploy the code to production: 3 months
  • Time it takes to point the finger if something goes wrong: 2.2 seconds
posted @ Wednesday, May 27, 2009 6:41 PM | Feedback (1)