Tag Archives: software development

The Rename Game

As I’ve been talking about database development, Continuous Integration, and Continuous Deployment, I keep hearing complaints and concerns about the problems that occur when we make database changes. In particular, I often hear about breaking changes made to databases, that … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Rename Game

When Should We Be Cleaning Data?

I was reading Grant Fritchey’s update from the Business Analyst Conference  and noticed this quote: ” There were lots of sessions on the need to clean data, which implies that we need to do a better job at data collection in order … Continue reading

Posted in Editorial | Tagged , , | Comments Off on When Should We Be Cleaning Data?

Your Job

This quote is a great:  “I don’t really care if your code runs locally. If your code just runs locally, then my only option is to sell your computer so that our users can use our software, and that really … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Your Job

Documenting with Tests

Documenting code isn’t a task that many people enjoy. Those of you that have been through a computer science curriculum probably added lots of verbose, and obvious, comments to code. It’s probably unlikely that you ever found much value in … Continue reading

Posted in Editorial | Tagged | Comments Off on Documenting with Tests