Does anybody actually use trunk based development in their company?

https://programming.dev/post/14119313

Does anybody actually use trunk based development in their company? - programming.dev

I’ve heard it thrown around in professional circles and how everybody’s doing it wrong, so… who actually does use it? For smaller teams [https://trunkbaseddevelopment.com/trunk1b.png] “scaled” trunk based development [https://trunkbaseddevelopment.com/trunk1c.png]

Second diagram, yes absolutely.

Short lived (1-2 day) branches, and a strong CI systems to catch regressions.

Be warned, the strength in the CI lies in it’s capacity to detect when some functionality that previously worked doesn’t work anymore. So, the flow must be green always, and it must evolve as the features evolve. Without good CI you’re destined for failure.

lies in its* capacity