Prototype the happy path
Build the thinnest wave that reaches shore.
fork
A glossy coastal tutorial for the moment your code forks into two tempting choices.
Write both paths like tide marks. Keep the reasons visible, messy, and small enough to test.
pearl code tab
choose({
now: "ship the tiny fix",
later: "shape the better API",
clue: "which regret is reversible?"
});
Compare the cost of being wrong, not just the thrill of being right.
test
Run a tiny experiment that gives both choices a fair minute in the sun. Make it small, observable, and kind to future-you.
Build the thinnest wave that reaches shore.
Touch the sharpest coral before committing.
ship
Pick the path with the cleanest lesson. Leave a breadcrumb for later, a rollback note for safety, and one glittering reason your future self can trust.
retrace the tide