Skip to content

Commit

Permalink
THE CRAZY COMMIT (see below)
Browse files Browse the repository at this point in the history
Final means when you try changing a variable later you know it wasn't
previously expected to change, and thus can evaluate your code to ensure
you don't have later code expecting an unchanged value.

Prepending 'this' allows for much easier reading, knowing what's a field
and what's a local variable.

Calling static fields with the class prepended lets you know it's
definitely a constant in this class and that you're not insane.
  • Loading branch information
mbax committed Oct 10, 2013
1 parent c7ef8ad commit 126e99f
Showing 1 changed file with 115 additions and 110 deletions.
Loading

0 comments on commit 126e99f

Please sign in to comment.