tompave / fun_with_flags

Feature Flags/Toggles for Elixir
https://hexdocs.pm/fun_with_flags/FunWithFlags.html
MIT License
1.08k stars 79 forks source link

Tidy up the functions in the Flag module #180

Closed tompave closed 3 months ago

tompave commented 3 months ago

This is a clean up step after merging https://github.com/tompave/fun_with_flags/pull/172.

Now there is no need for distinct check_actor_gates and do_check_actor_gates functions. Same for the group functions.