this post was submitted on 17 Feb 2024
162 points (96.0% liked)

Programmer Humor

32710 readers
788 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dylanTheDeveloper 37 points 10 months ago* (last edited 10 months ago) (1 children)

The worst is when some mfr pushes code that doesn't compile so when you get latest the whole build is broken

[–] [email protected] 28 points 10 months ago* (last edited 10 months ago) (2 children)

CI and basic PR rules should gate this entirely… this should never be a problem.

[–] Sylvartas 31 points 10 months ago (2 children)

basic PR rules

My company's code leads :

[–] [email protected] 18 points 10 months ago (1 children)

No needs for pull requests when you commit directly to main.

[–] eager_eagle 9 points 10 months ago (2 children)

also remember to use --force when pushing, your colleagues will love you

[–] [email protected] 8 points 10 months ago
git rebase -i --root
git commit --amend --no-edit
git push --force
[–] [email protected] 5 points 10 months ago

use the force Luke!

[–] dylanTheDeveloper 2 points 10 months ago

Working in a startup is truly an experience

[–] [email protected] 11 points 10 months ago

You owe 2 tokens to the “should jar”.