Coding conventions, which includes things such as naming conventions (both file and variable) and code style guides, should be very important to all programmers.
The Java code conventions explains why:
Code conventions are important to programmers for a number of reasons:
* 80% of the lifetime cost of a piece of software goes to […]

continue reading.....