evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.53k stars 189 forks source link

โœจ replace the feature flag manager-based module availability checker with a configuration-based module availability checker #130

Closed kamilbaczek closed 3 months ago

kamilbaczek commented 3 months ago

๐Ÿ“‹ Description

Replace the feature flag manager-based module availability checker with a configuration-based module availability checker. โš™๏ธ

This change shifts the mechanism for checking module availability from using feature flags to using configuration settings, simplifying the process and improving maintainability. ๐Ÿ“Š

๐Ÿ“ฆ PR Includes

๐Ÿ’ก Additional Notes

No additional notes