|
|
|
Ask HN: Do you commit feature flags to Git?
|
|
16 points
by GeorgeMac
977 days ago
|
|
If you do: - What feature flag tool do you use?
- Do you like the experience? (Could the experience be better? How?) If you don’t: - Do you want to? (What’s stopping you?)
- or do you not want to? (What puts you off?) |
|
The "feature flag tool" I use is a procedure called GetConfig() which is ~250 lines of code with comments and logic for overlays.
Please let me know if you have any questions about this method.