This page was saved using WebZIP 6.0.8.918 (Unregistered) on 01/20/05 오후 3:27:46.
Address: http://www.leepoint.net/notes-java/15principles_and_practices/05style.html
Title: Java: Source Code Style  •  Size: 1388  •  Last Modified: Fri, 14 Jan 2005 00:25:13 GMT

Java: Source Code Style

Source code is read by both the compiler, which doesn't care about your writing style, and people, who care enormously about your writing style. There are many compelling reasons to use a good, standard, style.

A good article on this, including other links, is Good Java Style: Part 1 by Thornton Rose.