iampims·há 4 meses·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·há 4 anos·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·há 6 anos·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.