• jpfreely@programming.dev
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 year ago

    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.