Archive for the 'Testing' Category

For code lovers

Wednesday, June 28th, 2006

When programming, it’s dangerous to fall in love with your code, as the best solution may often involve throwing half of it away.
Edd Dumbill on agile infrastructure
I’m currently working with CakePHP’s testsuite, which is nice. Generally PHP is behind other languages’ testing implementation (py.test, RoR, jUnit 4.0). But using SimpleTest seemed to be the best [...]