Tag Archives: software development

A Christmas Bug

It’s not really a big deal for me, despite the fact that I travel to Europe in a few days for two weeks. At least, I’m fairly confident this won’t be an issue for me. A few of my fellow #sqlfamily might … Continue reading

Posted in Editorial | Tagged , | Comments Off on A Christmas Bug

Avoiding Development Taxes

When I first worked in an environment where multiple developers needed to release software, I found too many rules and constraints for smooth development. The process was developed by one person, or for one application, and somehow expanded to encompass … Continue reading

Posted in Editorial | Tagged | Comments Off on Avoiding Development Taxes

Don’t Use Code Coverage

I got asked in a seminar recently how to perform code coverage for T-SQL. There aren’t a lot of options, but there is a project from Ed Elliot called SQLCover that looks to examine how much of your code gets called from … Continue reading

Posted in Editorial | Tagged , | Comments Off on Don’t Use Code Coverage

Rewrite Your Code Tomorrow

One of the things that many developers learn over time is that they write better code with practice. In fact, some of the time a developer will find that if they write a bit of code to solve a problem, … Continue reading

Posted in Editorial | Tagged | Comments Off on Rewrite Your Code Tomorrow