You probably have heard of feature flags before. In case you haven't, they are a way to control the visibility of certain features in your application like this node index.js --awesomeMode. But most web developers probably haven't thought about using them in their projects. Here is why I think you should.