-
Notifications
You must be signed in to change notification settings - Fork 224
[20#06#22] Factory design patterns
Tanmay Kacker edited this page Jun 20, 2022
·
3 revisions
- Simple Factory
- Factory Method
- Abstract Factory
Modify theme package to allow client to dynamically create themes instead of hardcoding it.
Currently, only primary theme is being used but the client should be able to switch to dark theme based on input. You can assume the input is a constant in the client file.
Effort - ~30 minutes