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?
I prefer the second convention because the closing bracket will be directly below the opening one, so it's easier to find.