this post was submitted on 11 Feb 2025
201 points (98.1% liked)

Programmer Humor

20660 readers
1434 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

If it compiles it works, right?

I'm not gonna act like I read it all.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 week ago (8 children)

The correct response to any PR that is too large to digest is to reject it and ask the author to split it up.

[–] verstra 10 points 1 week ago (6 children)

No it is not. It depends on the codebase - if it is something relatively new, a proof of concept or something that is bound to change soon, there is no point in slowing the development down just because it is "too large to digest".

[–] [email protected] 5 points 1 week ago (1 children)

If you're just rubber-stamping in code reviews, why even have them in the first place in that case? They aren't exactly providing you with any mileage at that point.

[–] verstra 1 points 1 week ago

Because not all parts of the repo have this status. Some are stable, well tested and critical.

load more comments (4 replies)
load more comments (5 replies)