Tag Archives: software development

The Developer Arguments for Stored Procedures

In all of the decades that I’ve been working with SQL Server, many people have been preaching the benefits of using stored procedures, In all of that time, the vast majority of developers that I’ve worked with have not wanted … Continue reading

Posted in Editorial | Tagged , | 1 Comment

The Art of Commenting

This week I noticed an article on comments in PoSh over at Simple Talk. It’s a nice look at the topic from Greg Moore and discusses the various ways that you can comment in the language. Since these scripts are … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Art of Commenting

Double Check Your Math

Performing calculations in our applications is important. In fact, if we do any sort of math, we really want to ensure that our results are what we expect. That seems obvious, but I’ve run into applications where the code deployed … Continue reading

Posted in Editorial | Tagged | Comments Off on Double Check Your Math

Do What Hurts

A long time ago I heard a manager at a company say that if something is hard, we ought to practice it more and find ways to make it easy. Barring that, we ought to at least be comfortable with … Continue reading

Posted in Editorial | Tagged , | Comments Off on Do What Hurts