1 comment

[ 4.0 ms ] story [ 15.2 ms ] thread
I couldn't help but chuckle at this part:

----------------------------------------

Trivia : The first things one should run on a new codebase are the following greps :

    find . -exec grep --with-filename --ignore-case fuck   {}   \; 2>/dev/null
    find . -exec grep --with-filename --ignore-case shit   {}   \; 2>/dev/null
    find . -exec grep --with-filename --ignore-case hack   {}   \; 2>/dev/null
    find . -exec grep --with-filename --ignore-case lame   {}   \; 2>/dev/null
    find . -exec grep --with-filename --ignore-case stupid {}   \; 2>/dev/null