Quote:
Originally Posted by spartango
FYI--
Code:
if (condition) {
...
} else {
...
}
is actually the prescribed formatting style laid out in the official conventions
|
Indeed. However, there are a few items in that document that I strongly disagree with (mainly indentation, and secondly, commenting).
Quote:
Originally Posted by spartango
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.
|
Even so, it is something that they will be interacting with regularly. At some point, to properly understand something you must ditch the documentation, and just look at what the code is doing.