concise and full of wisdom, this is what dev talks should be
@Sapodeotropozom4 жыл бұрын
38:28 great example and why I would go with Feature Toggles all day long!
@Chiramisudo4 жыл бұрын
Excellent! 16:27 So in terms of cleaning up old flags when using an Interface / Abstraction, how do you recommend going about it?
@n4870s3 жыл бұрын
What if you want to have a feature in some states but not in others? Is feature toggle good?
@dinoscheidt Жыл бұрын
If you want a feature in some states or not, you are talking about a role / permission system. A feature in its closest sense isn‘t aware of roles. If something is there based on a condition, its a permission. Thats what tools like cerbos are for.