blogs > Development - Test-Driven Development (TDD) > Developing Vertical Strips
Created Friday, September 04, 2009 by simonwilbert
Last updated 884 days ago, by simonwilbert
Do vertical strips as thin as possible to start, then widening.
Progressive deepening: Work on one layer then stretch out into other layers. NOTE: If you have to combine more than one layer of application to get the system "working", then do it, then split layers.
get it working, then get it right, then make it fast.