Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Coding standards [closed]

Tags:

java

What coding standards in java should a programmer definitely follow for a more readable code?

like image 568
Mouna Cheikhna Avatar asked Mar 11 '11 21:03

Mouna Cheikhna


People also ask

What are the Java coding standards?

Coding Standards for Methods: Usually method name should either be verb or verb noun combination starting with lower letter. If it contains multiple word than every inner word should start with uppercase. Coding Standards for Variables: Usually variable name should be noun starting with lowercase letter.


2 Answers

Read the Code Conventions for the Java programming language by Oracle

like image 137
RoflcoptrException Avatar answered Oct 05 '22 17:10

RoflcoptrException


Roger C. Martin: Clean code - a handbook of agile software development

like image 26
Andreas Dolk Avatar answered Oct 05 '22 19:10

Andreas Dolk