-
Notifications
You must be signed in to change notification settings - Fork 5
User Guide
hohwille edited this page Jul 14, 2012
·
2 revisions
urrently there is still NO release so better follow the Developer-Guide.
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 ;)
This documentation is licensed under the Creative Commons License (Attribution 4.0 International).
