FYI--
Code:
if (condition) {
...
} else {
...
}
is actually the prescribed formatting style laid out in
the official conventions
Also,
I'm not sure I would point students in the direction of the WPILib src, just because its more of a port of a C++ library than a really well done java framework, and so isnt exactly a model for development.