|
We use some code conventions and guidelines to make the Bossa code
more uniform. We expect that contributions follow these guidelines, a
very easy task in our opinion, since we use the standard Java
conventions.
Here are documents describing the guidelines used in Bossa's
development:
- Source code conventions: always follow Sun's Java guidelines: "Code Conventions for the Java Programming
Language".
- To write Javadoc comments in your code, also follow Sun's guidelines.
|