fetlife / rollout

Feature flippers.
MIT License
2.89k stars 212 forks source link

Simplify code #146

Closed lifeiscontent closed 4 years ago

lifeiscontent commented 4 years ago

a follow up task could be to create a Rollout.current that acts similar to Redis.current so we don't need to pollute the runtime with global variables. I didn't do it here because I thought it warranted a conversation first, as its a bit more complex than how Redis.current works.

reneklacan commented 4 years ago

@lifeiscontent thanks!