User Guide - m-m-m/util GitHub Wiki
User Guide
urrently there is still NO release so better follow the Developer-Guide.
Code Usage
If you are using a component of this project you should consider the following principles:
- Only access the component via the API.
- Never cast an object of the mmm API to a more specific type execpt you are permitted to do so by the API documentation.
- Never supply
nullas parameter to a method or constructor except if you are permitted to do so by the API documentation. On the other hand you should never getnullas result of a method except this is documented in the API.
##Tips Follow these hits for all modules of this project you are interested in:
- Read the introductions.
- Read the tutorials.
- Have a look at the testcases (e.g. see "Project Reports > Test Source Xref").
- Have a look at the javadocs.
- Subscribe to the mailing list.
- Dig in the sources.
- Find bugs and supply patches :)
- Become a developer ;)