My favorite piece of code
(note: WordPress chokes on the shebang, so consider it implied.)
while :
domake clean
echo
make test
echo
echo
echo “…resting…”
echo
echo
sleep 5done
That little block of nonsense has changed (improved) the way I write software more than any single other thing.
Tags: Programming, TestDrivenDevelopment