Hacker News new | ask | show | jobs
by rtomayko 5036 days ago
No. There's simple conventions for adding feature flags (user.some_feature_enabled?). Features are enabled and disabled by changing the code and deploying. This works because deploying new code is fast.