You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lars Marius Garshol edited this page Feb 15, 2014
·
1 revision
Naming
In general, we try to make the code read as much like English as possible. We therefore do not decorate class and variable names with Hungarian notation or anything like it.
Interfaces are named after the concept they represent, with no markers to indicate that they are interfaces.
Indentation
Indentation is two spaces, with curly braces positioned as is usual in Java.