PHP Classes

Patterns and Simpletest

Recommend this page to a friend!

      PHP|Architect's Guide to PHP Design Patterns  >  All threads  >  Patterns and Simpletest  >  (Un) Subscribe thread alerts  
Subject:Patterns and Simpletest
Summary:A useful book, but as much about Simpletest as about patterns
Messages:1
Author:Anthony Cartmell
Date:2007-01-03 11:15:56
Update:2007-01-03 15:51:45
 

  1. Patterns and Simpletest   Reply   Report abuse  
Picture of Anthony Cartmell Anthony Cartmell - 2007-01-03 15:51:45
The book bases its examples of pattern usage almost entirely around test-based development of code using Simpletest. While this is a useful introduction to test-based development using this package, it does mean that the discussion of the patterns is diluted somewhat.

More of a tutorial for people new to patterns (and test-based development) than a reference work for common patterns translated into PHP.