Tag Archives: software development

Checking Up on Developers

This editorial was originally published on May 8, 2009. It is being re-run as Steve is on vacation. The other day I was reading Brad McGeHee’s post on duplicate indexes, and it struck a chord with me. That same issue … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Checking Up on Developers

It Starts with Version Control

As a software developer, I learned about the value of version control over time. My first forays into development were as a child, where I made a single backup of my code on a separate floppy disk in the event I had … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on It Starts with Version Control

Runtime Code

I was talking with someone recently who was building a dynamic process that generated its own code at runtime to process ETL files based on a set of rules. It was an impressive system, and reminded me of how BIML can dynamically … Continue reading

Posted in Editorial | Tagged , | Comments Off on Runtime Code

Test Coverage

I’ve never had to work full time in a QA group, but I have had to perform software testing of an application and it wasn’t fun. Even as I worked through the various features, looking for edge cases, common mistakes, … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Test Coverage