If you are going to write tests, start early.

March 7th, 2007

I am writing some tests retro-actively for a project that I am working on. Trust me, it’s no fun. I kept postponing writing them as I thought “I’m just prototyping this, it’s too early to write tests”. Trust me, that’s a mistake. Even if you’re noodling around with some code for a future project, start writing tests. It will take a lot of motivation to do it later.

Leave a Reply