// Example 2: Inconsistent indentation
if ($foo = bar)
{
// This is a comment, because the author was too lazy to use proper indentation.
// Also, this is a terrible way to write code, but hey, at least it's consistent, right?
}
else
{
// I have no idea what's going on here, but it looks like the author has given up.
}
You can view more examples of overly-zealous comments or inconsistent indentation.