oddityoverseer@lemmy.worldtoProgramming@programming.dev•How large pull requests can exacerbate complexity and slow down developmentEnglish
3·
1 year agoFeature flags are another solution. Merge the code, but have it disabled on prod until you enable the feature flag (when the whole feature is complete and deployed)
🤯 wow, that’s a neat idea! That might come in handy some time 🤔