this post was submitted on 26 Jun 2024
347 points (96.8% liked)

Programmer Humor

18971 readers
620 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Anakin Padme meme:

Anakin: I will use agile to plan my project
Padme: 2-3 sprints ahead right?
Anakin:
Padme: 2-3 sprints ahead right?

you are viewing a single comment's thread
view the rest of the comments
[–] foofiepie@lemmy.world 7 points 1 month ago* (last edited 1 month ago)

Feature flags baby. This is how we do it.

Make it live but disabled, have an env prior to prod with them on, for any regressions.

Launching your already comprehensively tested and actually live feature? An easy deployment.

Can someone please tell me how to do this for the BE. Ta.