List

2017-02-06 Thread Bob Goolsby
Help -- Bob Goolsby bob.gool...@gmail.com

Re: Perl Test-First Kata

2004-06-18 Thread Bob Goolsby (bogoolsb)
7;t really matter except as learning experiences (http://pragprog.com/pragdave/Practices/CodeKata.rdoc). Is anyone else interested in writing some small excercises for people to practice their Perl test-fu? -- c Bob Goolsby [EMAIL PROTECTED] (408) 853-2055

Re: When Good Practices Go Bad (was: re: Devel::Cover...)

2003-10-20 Thread Bob Goolsby (bogoolsb)
ty could be factored in. This meant that running tests did not have to do a setup/tear-down unless they were exercising Objects not yet in production. It also gave us heads up on code that was doing excessive searches or otherwise abusing the database and the User's patience. B Bob Goolsby [EMAIL PROTECTED] (408) 853-2055

Re: Taint mode testing and project Phalanx

2003-10-22 Thread Bob Goolsby (bogoolsb)
Who's bug is it?" if something passes the test package under normal conditions, but fails under -T. Are we seeing a real problem in the Package, or another -T weirdity? B Bob Goolsby [EMAIL PROTECTED] (408) 853-2055