chester-hill-solutions / callcaster

Outreach Software Solution
2 stars 0 forks source link

Full review of feature flags #639

Open wra-sol opened 2 months ago

wra-sol commented 2 months ago

Let's determine where we want/need feature flags, as well as best implementation.

Ngl, mine is pretty haphazard.

sai-sy commented 2 months ago

Feature flags should pretty much be nowhere. I think feature flags are helpful on prod but unhelpful on hearty. It clogs the testing environment. Feature flags for private features for prod is probably way more helpful. Like when billing goes into effect.