forked from CESNET/perun
-
Notifications
You must be signed in to change notification settings - Fork 0
Code writing rules
zlamalp edited this page Jul 27, 2013
·
7 revisions
- every new method must contain JavaDoc
- JavaDoc for every class must contain '@author' property
- And we do code as people...
- Each module usually have some specific code/functions structure. Refer to Perun modules page (TODO).
JavaDoc You can generate it with maven by 'mvn javadoc:javadoc'. Header of all .java files must look like this: '''java /**
- Perun himself.
- @author Martin Kuba makub@ics.muni.cz
- @version
$Id: $ */ '''
© 2014 CESNET, CERIT-SC