-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature flags 2nd attempt #591
base: master
Are you sure you want to change the base?
Conversation
Okay… this still feels like something is missing, though that might be inevitable since currently no feature flags exist. With this system, can the existing "legacy" flag be replaced by one or more feature flags? We don't have to actually replace it, but it seems like a good test of whether the feature flag system does what it needs to do. |
There's something I still need to fix here.... |
2ea9a43
to
abf80d8
Compare
Ok I had realized I made get_feature_version() less than useful. I have clarified its purpose: The game will call |
Did you miss my previous comment in this thread? You commented at the exact same time, so maybe it slipped through your notice… |
I saw it. Yeah, I'm planning to write up a little example -- just also working on other issues and PRs. |
Here's a 2nd attempt at the feature flags system.