Skip to content

Code writing rules

zlamalp edited this page Jul 27, 2013 · 7 revisions

Java

  • 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 /**

Clone this wiki locally