11 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
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)
 |