January 5th 2024, 3:40:16 am EST #

Deploy “commits”, not “complete features”. It will make managing “features” much easier.

❌ Don’t: “Here’s 40 commits, encompassing an entire feature; Deploy to prod and release to users immediately!; LETS GO!!!!!”

✅ Do: Safely nudge production just a little bit in this small way over and over again.

Deploying features maximizes the blast radius of the change.

Working in many small steps reduces it. This is the safer way to work.