jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

Split implementation of reading configuration values and using the values into a base and an inherited class #101

Open nlunn opened 9 years ago

nlunn commented 9 years ago

This way the functionality of the providers is only concetrating on reading values, whereas the responsibility of using it goes to base class