Skip to content

dipjul/Effective-Java-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Effective Java Notes

Contents

Item No. Item Name Notes
1 Consider static factory methods instead of constructors Link
2 Consider a builder when faced with many constructor parameters Link
3 Enforce the singleton property with a private constructor or an enum type Link
4 Enforce noninstantiability with a private constructor Link
5 Prefer Dependency Injection to Hardwiring Resources Link
6 Avoid Creating Unnecessary Objects Link
7 Eliminate Obsolete Object References Link
8 Avoid Finalizers and Cleaners Link
9 Prefer try-with-resources to try-finally Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published