Tag Archives: software development

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

I Will Write Bad Code

I’ll write bad code. I know it will happen. I’ll produce a bad query, incorrect logic, or the wrong data transformation being returned. This won’t be a malicious act. It might be because of ignorance, or perhaps just a simple … Continue reading

Posted in Editorial | Tagged , | Comments Off on I Will Write Bad Code

Database Development Made Easy

I ran across this post on developing database with SSDT. It has a lot of steps, and reading through it, I find this to make some sense, but I’m not sure I think this is easy. I can see why developers … Continue reading

Posted in Editorial | Tagged , | 4 Comments