diff --git a/Wombat Code And Documentation Conventions b/Wombat Code And Documentation Conventions new file mode 100644 index 0000000..f26d866 --- /dev/null +++ b/Wombat Code And Documentation Conventions @@ -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)