Daily Links
-
most heterogenous set of tags yet: “culture japan iraq funny cute war”
-
Integration into Eclipse for PHPUnit
-
on the c2 wiki
-
this was causing some confusion for some colleagues today. not brain surgery, but important concept.
Sassy
February 23, 2007 8:50am
I exclusively use .NET these days … haven’t touched PHP in quite awhile (aside from tweaking my wordpress presentation)
I’m at a point where I won’t even think of writing code without unit tests. as you said – it’s simply too hard to maintain a large codebase without them.
Joe Crawford
February 22, 2007 6:14pm
Really Sassy — cool — in .NET or in PHP as well?
Working on some complex software in current dayjob, and the complexity can only be managed if the shiznit works. When it fails, it tends to do so opaquely — is it the database? is it the sessions? is it the object, if so which one? is it a dumb html or javascript error? What I want is sets of test data that will tell me what is working.
Sassy
February 22, 2007 5:57pm
I am a huge unit test proponent and write a TON of tests these days. If there is one skill that I think will help you write better software – it is unit testing.