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

ProgrammingCircleJerk

61 readers
9 users here now

Programming CircleJerkCommunity at request of a user.

founded 2 weeks ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 2 days ago (3 children)

This is obviously crazy talk, but so is keeping feature branches alive over extended periods of time. Depending on the development tempo of your project and the number of people involved, you should figure out a way to land things into main (in pieces if needed) within a few days.

[–] [email protected] 3 points 2 days ago

Or never killing branches... I've been on projects with over 100 branches.

[–] [email protected] 3 points 2 days ago

Feature flipping

[–] ulterno 1 points 2 days ago

I had created a feature branch before leaving my previous company, completed the feature and uploaded a build for testing, after which it was supposed to be merged.

Months passed and it has still been neither merged nor rejected.