Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Created December 30, 2011 20:46
Show Gist options
  • Save jehoshua02/1541407 to your computer and use it in GitHub Desktop.
Save jehoshua02/1541407 to your computer and use it in GitHub Desktop.
Ranting about sloppy indentation . . .
<?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