honest.knave

this statement is false

honest.knave header image 4

Entries Tagged as 'automation'

If it isn’t tested, it’s broken

May 22nd, 2008 · No Comments

From the this-should-be-obvious-by-now dept.: I recently added an integration test suite to our codebase, which gives us the ability to write some tests that were impossible when we only had unit and system test suites. Once it was stable, I added it to our nightly build process, so it would be tested every [...]

[Read more →]

Tags: automation · testing

Automate Everything

February 7th, 2008 · No Comments

One of my favorite books about software development, The Pragmatic Programmer, is full of down-to-earth advice for developing quality software. The authors describe several principles and tools that can improve your productivity by orders of magnitude. You’ll see me frequently refer to a core concept of the book called the DRY principle: don’t [...]

[Read more →]

Tags: automation · tips and tricks