Test First Then Code: Understand what is being asked of you in a User Story

Test-First is a built-in quality practice from eXtreme programming (XP) that emphasized building tests before writing code.  After observing software team practicing agile struggle with completing stories consistently and try to incorporate test driven development (TDD) into the development cycle, I knew something was missing. Allow me to share with you the new paradigm of…

Read More