My favorite piece of code

(note:  WordPress chokes on the shebang, so consider it implied.)

while :
do

make clean
echo
make test
echo
echo
echo “…resting…”
echo
echo
sleep 5

done

That little block of nonsense has changed (improved) the way I write software more than any single other thing.

Tags: ,

Leave a Reply