this post was submitted on 01 Mar 2024
371 points (93.4% liked)

Programmer Humor

31349 readers
627 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 14 points 4 months ago (1 children)

It's interesting that something this minor gets people so upset. I mean, I get it, but objectively it's weird of us.

I had a debate years ago about test naming. When I was a junior, the lead dev used test methods with an underscore separating different cases. Like testServiceConnector_success(). I thought that's pretty neat and kept that style. In another project one of the devs almost had a meltdown because I dared introducing underscore scum into "his" project.

[โ€“] [email protected] 1 points 4 months ago* (last edited 4 months ago)

I think it's just that we're possessive/protective of "our" code, even more so if one is passionate about programming. We've put a lot of effort into it, then somebody else comes along and "ruins" our "perfect" (to our eyes) formatting/styling!