Skip to content

Comments and Documentation

OneLemonyBoi edited this page Apr 3, 2023 · 3 revisions

Comments

Ideally, comments should only be used when required. Quickly readable code is key, and simple functions should not need comments. When writing comments, make sure to focus on key details.

Documentation

All classes and functions need JavaDocs written for them. Even if they're simple, they will be used to create quickly readable documentation for new and old members alike and are extremely helpful. Make sure to go into detail in these JavaDocs, and list each parameter and its description/function.

Important Information!

Google Java Style Guide

WPILib Wiki

Clone this wiki locally