Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Revisiting Effective Java

Edson Yanaga
November 05, 2020

Revisiting Effective Java

Joshua Bloch gifted us with the 3rd edition of "Effective Java", but more than 10 years have been past since the last edition. Now we have a whole generation of Java developers that could benefit from this knowledge - but lost the past wave. It's about time to revisit all of this wonderful content, and upgrade your skills to the latest versions of the Java platform. Join us on this deep dive session to check what is the updated Effective Java, and even add some more tips not included in the book!

Edson Yanaga

November 05, 2020
Tweet

More Decks by Edson Yanaga

Other Decks in Programming

Transcript

  1. 4

  2. 5

  3. @yanaga 9 Factory methods (1) try-with-resources (9) equals (10) hashCode

    (11) toString (12) Comparable (14) Minimize mutability (17) Enums (34)
  4. 10