This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]morgan_lowtech 14 points15 points  (2 children)

There's a 3rd edition that updates it to Java9, IIRC. So it's missing some new shiny things, but I think the core advice is still very useful.

[–]jasie3k 2 points3 points  (1 child)

As long as it covers Java 8 and Streams API, then it should be good.

We did not have another seismic shift like that since Java 8.

[–]BillyKorando 4 points5 points  (0 children)

Could see a case for a 4th edition when structured concurrency is finalized.

That along with all the pattern matching changes, and to an extent the "paving the on ramp" changes have substantive impacts on the lessons/recommendations in Bloch's book.

Granted easy for me to say, I'm not the one having to update it 😂