Today’s lesson in Java programming on a large team involves coding standards. I’m trying to adapt to putting opening curly braces by themselves on the line after a method declaration (or if statement, or whatever) rather than at the end of the same line. I’m handling it OK, in case you were worried.