![]() |
JavaWeather |
home conventions todo license CVS download |
Conventions The goal will be to keep all code within the CVS server at sourceforge (see above on how to use it). All code should be javadocd as much as possible. Code should also follow Suns java coding conventions so that all code is easy to read by other developers. And there should not be any tabs in the source code convert your tabs to 8 spaces before committing! (otherwise Ill go back and commit it for you!) Package names should begin in the org.javaweather tree. Each project will have its own separate package as appropriate, for instance, org.javaweather.metar or org.javaweather.conversion. |