Tag Archives: software development

Anatomy of a tSQLt test

I’ve been doing some work on testing database code, and working with the tSQLt framework. I really like the framework more and more, and want to continue to use it. The whole idea of testing is a bit immature in … Continue reading

Posted in Blog | Tagged , , | Comments Off on Anatomy of a tSQLt test

It’s about Perception

This editorial was originally published on Dec 9, 2009. It is being re-run as Steve is on vacation. It’s not just the code. Sure the code’s important, but it’s not necessarily the most important thing. It’s more than just the … Continue reading

Posted in Editorial | Tagged | Comments Off on It’s about Perception

Continuous Delivery for Windows?

I read a bit about the next version of Windows, which is coming in 2015 as Windows 10. I’m not sure how much I care about some of the changes coming in the OS, though having CTRL+V working in a … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Continuous Delivery for Windows?

Testing your API

I think learning to better test our software, including the database objects, is one of the ways in which we’ll build better software applications in the future. Testing is a complex subject, but this is part of a series that … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Testing your API