Scientist .NET, in a nutshell, lets you test experimental code safely without exposing errors or inaccuracy to end users.
Tag: Deployment
Fun with Feature Flags
Feature flags are a simple technique that let you toggle whether a new piece of functionality is available in your software or some aspect of how it behaves. In this article, I’ll discuss why this isn’t as crazy of an idea as it sounds, how you can implement a simple […]