BenLloydPearson@programming.dev to Programming@programming.devEnglish · 2 年前Why I prefer trunk-based development - Trisha Geetrishagee.comexternal-linkmessage-square22fedilinkarrow-up140arrow-down13
arrow-up137arrow-down1external-linkWhy I prefer trunk-based development - Trisha Geetrishagee.comBenLloydPearson@programming.dev to Programming@programming.devEnglish · 2 年前message-square22fedilink
minus-squarejpfreely@programming.devlinkfedilinkEnglisharrow-up8·2 年前My understanding of trunk based development is that it allows for short lived branches and keeps longer work behind feature flags as it is merged in pieces. The common CI approach with pull/merge requests having to pass tests still applies.
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up3·2 年前That isn’t what the author describes, but I agree there are multiple interpretations.
My understanding of trunk based development is that it allows for short lived branches and keeps longer work behind feature flags as it is merged in pieces. The common CI approach with pull/merge requests having to pass tests still applies.
That isn’t what the author describes, but I agree there are multiple interpretations.