Boyd’s Law of Iteration: Speed beats…

From the Coding Horror Blog This leads to Boyd’s Law of Iteration: speed of iteration beats quality of iteration. You’ll find this same theme echoed throughout every discipline of modern software engineering: Unit tests should be small and fast, so you can run them with every build. Usability tests work best if you make small Read More …