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 |
-
Notifications
You must be signed in to change notification settings - Fork 0
dipjul/Effective-Java-Notes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published