Wednesday, December 14, 2011

Kernighan's law:

Debugging is twice as hard as the code first place. Therefore , if you write the code as cleverly as possible , by definition not smart enough to debug it .

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()