Hardcore Java cover
Hardcore Java
by Robert Simmons (Jr.)
Description: Hardcore Java covers advanced Java programming techniques, including reflection, sophisticated data modeling, GUI design, and in-depth aspects of JDO, EJB, and XML-based web clients used by experienced developers
ISBN: 0596005687
Found in 2 comments on Hacker News
dijit · 2024-09-27 · Original thread
I'm not certain what statement you're implying, but yes, accessibility of bookwriting has definitely decreased the quality of books.

Even technical books like Hardcore Java: https://www.oreilly.com/library/view/hardcore-java/059600568... are god-awful, and even further away from the seminal texts on computer science that came before.

It does feel like authorship was once heralded in higher esteem than it deserves today.

Seems like people agree: https://www.reddit.com/r/books/comments/18cvy9e/rant_bestsel...

Confusion · 2010-02-05 · Original thread
As argued in, for instance, Hardcore Java[1], 'final' should definitely have been the default for variables in Java. My Eclipse 'on save' actions include making every possible local variable, parameter and field final. If I'm reading the code and one of them is not final, I know it requires some extra attention.

[1] http://oreilly.com/catalog/9780596005689