News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes:
You Need tests...just Not Yet
January 09, 2013 @ 10:44:28

In his most recent post Chris Hartjes looks at the concept of "test whenever" (vs TDD) development practices and how, sometimes, writing tests for things that are may get tossed when they're done may not be the best option.

Let's look at TDD vs. Test whenever. The trade-off being made here is not about quality of code or guarding against regressions. It's about opportunity cost. This had occurred to me but I had dismissed it as being "anti-testing". But I think I was wrong, and here's why.

He talks some about a presentation from Dan North< ("Decisions, Decisions") about when to test (not whether to test or not) and how he noticed his development team was being very productive, but with a "spike and stabilize" development method. He also talks about the concept of "opportunity cost" and how it plays a factor in when tests are introduced to the process.

The key to all this is being able to identify at what stage in this particular pattern your code is at. Is it still a spike, meaning you are working out implementation details and trying to figure out if it will even have the desired result? Or is it stable, providing solid value to the application as a whole and ready to be wrapped in tests to protect against regressions?
0 comments voice your opinion now!
testing advice spike stabilize opportunity cost presentation dannorth


blog comments powered by Disqus

Similar Posts

Community News: New York PHP Conference 2006 Slides Posted

PHPClasses.org: PHP 5.4 Features: Shall you Upgrade to the newer PHP Version?

Chris Hartjes' Blog: Metatesting: Testing Constructors

Keith Casey's Blog: web2project Status Update: Release Candidate 1

Zend Developer Zone: OSCON Wrapup Day 1: And so it Begins


Community Events











Don't see your event here?
Let us know!


series development code functional database introduction community zendframework2 tool opinion conference composer release interview object framework testing example language podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework