PHPSpec: Spec-Driven Design | Bypeople

PHPSpec: Spec-Driven Design

phpspec is a development tool designed to help you develop PHP code by using a technique derived from test-first development called (spec) behaviour driven development or SpecBDD. The technique consists of describing the next object behaviour (spec) you are about to implement, using a tool like phpspec, then writing just enough code to quickly satisfy that specification and finally stopping to refactor the last increment.



Related Deals


Related Posts