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/10techniques.html
Title: Java: Development Techniques  •  Size: 3027  •  Last Modified: Fri, 14 Jan 2005 00:25:13 GMT

Java: Development Techniques

Beginning programming textbooks usually concentrate on two topics: the programming language and the general ideas the programming language constructs implement. This is good, but there are basic program development techniques that are often not taught, but which make program development much easier, and which are used by professional programmers for maximum effectiveness.

Basic techniques

Every programmer, beginner or more advanced, should use these techniques where possible.

Intermediate techniques

All of the above plus