6 ms·
I generally think most of the points made in the article are a little too extreme. Even feature flags are valuable if you’re trying to get something up for cert
by disintegrator 9mo ago
I generally think most of the points made in the article are a little too extreme. Even feature flags are valuable if you’re trying to get something up for certain key customers to give feedback on while you iterate as an example. There is some hygiene required around maintaining and removing flags but I think that’s in the same bucket as writing tests, updating dependencies and refactoring code: worthwhile effort that additionally unlocks testing in production.
- philipallstar 9mo ago> I generally think most of the points made in the article are a little too extreme. Even feature flags are valuable From the article: > I definitely think you should use feature flags - just not abuse them.
- AntonZ234 9mo agoI don't think the right solution is to have the opposite of them - all of them have some value. The point of the article is to not follow them blindly.