Sunday, December 8, 2013

[Book] The Elements of Java™ Style

This book'd been written in 2001.

Some important principles of Java for the Java Application Developers are still same  and items for usage list are, of course,  valid for the given samples in this book.

I see many new beginners on the net and the forums that i followed.

For the accustoming to the java programming language syntax, this book is very very good guide.
I believe in that your code should be understandable for every code reviewer.
Ok, source code is very good documentation but code comments and variable names are important as much as the code bugs and  source code style shows the respect of your program that you write. This my personal opinion :-).

May be this book needs for update to the including new Java features. Maybe it exists.

No comments:

Post a Comment