|
| ▲ | youngprogrammer 6 hours ago | parent | next [-] |
| It can get complicated quickly if you're actually using it in a production system. At my prev enterprise saas company we had feature flags that could be turned on per customer / per environment (dev, staging, prod) with permission + logging model such that our support team could also toggle flags with history of who turned on what. We also had "per user" feature flags for certain test users at companies and had DSL rules to evaluate the features |
|
| ▲ | strix_varius 4 hours ago | parent | prev | next [-] |
| Booleans as a Service |
|
| ▲ | tuananh 3 hours ago | parent | prev | next [-] |
| when started, yes. but then you want segment (how you segment your user), rollout strategy, etc.. it will get complicated fast |
|
| ▲ | OccamsMirror 5 hours ago | parent | prev [-] |
| Thank you! I've never understood why this needs to be an external dependency with network requests. |
| |