Tag Archives: software development

The Worst Comments

I was watching a presentation recently on refactoring C# code and was amazed by some of the comments that the speakers showed in the code. The example was a real application that had been obfuscated and simplified a bit for the talk. … Continue reading

Posted in Editorial | Tagged , | 3 Comments

The Design Investment

This editorial was originally published on Sept 29, 2010. It is being re-run as Steve is traveling. I ran across a bit of a rant from Don Halloran on the lack of design effort being made in many applications and … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Design Investment

No State Based Deployments

I’ve been studying deployment ideas and technologies for quite some time now, but it’s been a focus for the last year or two as my employer is interested in this area. I’ve been reading books and talking to people, comparing … Continue reading

Posted in Editorial | Tagged , , , , | Comments Off on No State Based Deployments

Building Small Habits

I was reading Kenneth Fisher’s piece on constraints recently and was struck by the fact that this is one of those small changes you make to your coding that has big benefits. In essence, rather than being lazy and writing this: CREATE … Continue reading

Posted in Editorial | Tagged , | Comments Off on Building Small Habits