[Typo3-dev] Testdriven developing

Sven Wilhelm wilhelm at icecrash.com
Mon Jan 10 17:42:27 CET 2005


Hi

now after meeting many nice people on the snowboard tour I'm a little 
bit more open to speak out ideas that are in my head :)

At the tour I was talking with some people about several points how to 
develop for TYPO3.

One thing that many other projects use, but TYPO3 is currently not 
using, is the testdriven developing.

What I mean should be clear. Using PHPUnit and writing tests before 
coding. Then write the code to meet the test.

With an optional cvs policy to only integrate code if all the tests 
passed it should be all time possible to have high quality code available.

I know that it is mostly only practical for library code but it should 
be used where practical.

It's one part for automatic code testing.

Greets Sven




More information about the TYPO3-dev mailing list