this post was submitted on 20 Feb 2025
68 points (100.0% liked)

Programming Circlejerk

295 readers
1 users here now

Community to talk about enlightened programming takes

Rules:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] FizzyOrange@programming.dev 1 points 1 year ago (2 children)

What is even the motivation for this? How do you make PRs?

[–] crmsnbleyd@sopuli.xyz 10 points 1 year ago (1 children)

That's the neat part: you don't

[–] FizzyOrange@programming.dev 3 points 1 year ago

A joke presumably? Kind of hard to tell!

[–] onlinepersona@programming.dev 6 points 1 year ago* (last edited 1 year ago) (1 children)

It's called "trunk based development". Look it up and watch videos about it. I swear they are stuck in the 90s yearning for CVS and SVN.

Anti Commercial-AI license

[–] brian@programming.dev 2 points 1 year ago (1 children)

trunk based development generally still merges branches into a main one, see this. idk if only using main even has a name

[–] onlinepersona@programming.dev 2 points 1 year ago

Trust me, people still call it trunk based development. Just like "agile" has many forms, trunk based development does too.

Managers will often read about some process, tech, or strategy and tout it as the solution to their problems without understanding context nor wanting to invest in what's actually required for a successful implementation. For example trunk based development should have automated testing, a deployment and a fallback strategy. And if you're working on something with hefty features that you can't slice, feature flags or something similar are probably required. Not giving the team time to develop a strategy to implement that is a great way to mess up a product.

Anti Commercial-AI license