iampims·4 months ago·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 years ago·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 years ago·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.