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

New "Custom func<bool>" toggle?? #45

Open jason-roberts opened 10 years ago

jason-roberts commented 10 years ago

Create a base toggle that allows the derived toggle classes to provide a Func delegate to determine feature enabled. Not sure if this is worth doing as you can just implement the toggle interface and provide custom logic anyway