iampims·قبل 4 أشهر·discussI’ve started pair programming with Claude and it’s been pretty fun. We make a plan together, I type the code and Claude reviews it. Then we switch.
iampims·قبل 4 سنوات·discussIt’s trunk driven because there aren’t some long lived branches like ‘dev’ and ‘staging’ or ‘release-xx’Feature flags can be used to gate features until they are ready, but all code is committed to trunk and is deployed to prod mostly continuously.
iampims·قبل 6 سنوات·discussThey all run the same software stack though, so despite being deployed on diverse hardware, so they can’t claim to only have independent failure modes.