Added The Wombat Code And Documentation

This file describes the conventions of the wombat project
Voter-Registry
Vladimir Eliezer Tokarev 2016-01-22 06:10:13 -08:00
parent e75317efa9
commit d4d2d2f5b6
1 changed files with 10 additions and 0 deletions

View File

@ -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)