Development Conventions

Efficient team work that produces high-quality software requires a common set of rules.

Consistent Source Tree

Update your sources and run the build locally before every check-in. Commit only if the build succeeds.

Documentation is part of the product. Whenever you implement a new feature or change existing behavior make sure to update all corresponding JavaDoc as well as other documentation with the same change set. The product should always be in a consistent state.

Keep an Eye on License Issues

All code included with JaCoCo must conform to the EPL license.