Added The Wombat Code And Documentation
This file describes the conventions of the wombat projectVoter-Registry
parent
e75317efa9
commit
d4d2d2f5b6
|
@ -0,0 +1,10 @@
|
|||
This file describes Wombat Code & Documentation Conventions:
|
||||
|
||||
Code Conventions:
|
||||
* Code- The good old classic java code conventions
|
||||
camelCase convention, constants should be capital letters with underscore etc...
|
||||
|
||||
Documentation Conventions:
|
||||
* Comments- The good old classic java code documentation, Block Comments (to describe
|
||||
method/class/interface etc...) // comments too describe complex code
|
||||
(only if the code block complicated)
|
Loading…
Reference in New Issue