View Single Post
  #30   Spotlight this post!  
Unread 08-08-2010, 14:24
spartango spartango is offline
Registered User
FRC #0192 (GRT)
Team Role: Alumni
 
Join Date: Nov 2009
Rookie Year: 2008
Location: Palo Alto, CA
Posts: 43
spartango is an unknown quantity at this point
Re: New Programming Manual

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.
Reply With Quote