- Speakers
Dorra Bartaguiz
- Description
You might be using feature flags in your projects and consider this technique indispensable. However, developers often face frustration when managing the myriad combinations of feature flags, especially as projects evolve. This complexity can make feature flags hard to maintain and even hated by developers. The code is full with invasive if/else statements, with no time to clean up obsolete feature flips. In this talk, I will present alternatives to traditional feature flags. Depending on the context, we will explore solutions involving work organization, prioritization, and design techniques such as legacy management strategies (e.g., the strangler application pattern or branch by abstraction), circuit breakers, and even Domain-Driven Design.
About Dorra Bartaguiz
Dorra is CTO of Arolla and co-author of "Software Craft" (Dunod editions), editor-in-Chief of N°245 (special edition 100% femal of Programmez! a french magazin). She spent 17 years trying to apply best praticies in her and others code. She love sharing her knowledge via articles or conferences and meetups. She also taught at an engineering school in Paris for years.