proofit404 / stories

Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
297 stars 21 forks source link

Document feature flags. #715

Open proofit404 opened 2 years ago

proofit404 commented 2 years ago

https://waffle.readthedocs.io/

Use service composition for global features (like enable/disable promo code processing on the whole site).

Use inversion of control in single service for user settings (like use SMS instead of APNS or Email).