I\'m a bit puzzled by the number of developers I see writing methods and classes with curly braces below the class name or the method. What convention are they following?
The first convention saves precious space. The bracket matching is done by the editor anyway.