Jurassic Park: Trespasser CG Source Code Review (fabiensanglard.net) 15 points by coderdude 12y ago ↗ HN
[–] BrandonMarc 12y ago ↗ 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
1 comment
[ 4.0 ms ] story [ 15.2 ms ] thread----------------------------------------
Trivia : The first things one should run on a new codebase are the following greps :