- Notifications
You must be signed in to change notification settings - Fork3
Material and exercises from Design Patterns in Java course by Dmitri Nesteruk
NotificationsYou must be signed in to change notification settings
ihouwat/Udemy-java-design-patterns
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The files in this repository are based on the material and exercises from the Udemy course,Design Patterns in Java byDmitri Nesteruk.
- Single Responsibility Principle (SRP)
- Open-Closed Principle (OCP)
- Liskov Substitution Principle (LSP)
- Interface Segregation Principle (ISP)
- Dependency Inversion Principle (DIP)
- Basic Singleton
- Static Block Singleton
- Lazy Singleton / Inner Static Singleton
- Enum Based Singleton
- Monostate
- Multiton
- Singleton Testability Problems
- Exercise for this section
- Tree Traversal (using Iterable and Iterator interfaces)
- Array-Backed Properties
- Exercise for this section
About
Material and exercises from Design Patterns in Java course by Dmitri Nesteruk
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.