Perrin Harkins writes:
> I try to code it so that the business logic is not dependent on a 
> certain runtime environment, and then write a small mod_perl handler to 
> call it.

I've been doing a lot of test-first coding.  It makes it so that you
start Apache, and the software just runs.  With sufficient granularity
of unit tests, we find that we don't use the debugger.  Run the test,
and it tells you what's wrong.

Rob


Reply via email to