Page 1 of 1

Just for fun: A SimpleTest Reporter I found

Posted: Tue Oct 30, 2007 7:30 am
by Chris Corbyn
And I was just about to hit the sack.... 8O

This is just bizarre, but fascinating:

http://maetl.coretxt.net.nz/simpletest-treemap-reporter

Re: Just for fun: A SimpleTest Reporter I found

Posted: Thu Feb 28, 2008 10:52 pm
by hawkenterprises
That's just nuts. How many people run that intense of test over there objects, objects in PHP no less. It looks really cool and I bet you can get a ton of information from it, I just couldn't image it in production.

Re: Just for fun: A SimpleTest Reporter I found

Posted: Fri Feb 29, 2008 2:50 am
by Benjamin
Someone is on the wrong path somewhere. Just tonight I refactored a Pear Package. I removed 3 of it's dependencies and ended up with 75% less code (not including the dependecies) without removing any functionality. There was a major performance boost as well. I think some of these programmers have lost their minds.

Re: Just for fun: A SimpleTest Reporter I found

Posted: Sun Mar 02, 2008 7:25 pm
by hawkenterprises
I'm just some crazy dumb programmer.

Quality assurance and system optimization I'm for, but that much information and that much effort for the amount of return you would get out of it doesn't seem worth it. At what scale of site and amount of revenue does this become reasonable?

A side note, I haven't ever had a dire need to use Pear and had found to be bloated and slow to begin with, not surprised.