Created
December 30, 2011 20:46
-
-
Save jehoshua02/1541407 to your computer and use it in GitHub Desktop.
Ranting about sloppy indentation . . .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ($joseph->does_not_mind_rant()) | |
{ | |
echo "Why can't these guys indent consistently?!?" | |
echo "This code looks like it was written by a fifth grader! Seriously!" | |
} | |
else | |
{ | |
$joshua->keep_quiet(); | |
} | |
// : ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment