CodelyTV / refactoring-code_smells-design_patterns

♻️ Example projects illustrating Code Smells in order to apply Refactoring techniques
https://codely.tv/pro/cursos
569 stars 133 forks source link

Feature flags #31

Closed santakadev closed 3 years ago

santakadev commented 3 years ago

Example containing bad practices when dealing with global state and the Singleton pattern.

Usefull for: