this post was submitted on 05 Jun 2025
218 points (98.2% liked)

Programmer Humor

23844 readers
4117 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 day ago (1 children)

Hum... Ignore linter advice for code that you temporarily mangled.

It's not like you have to act upon it as soon as a blue line appears under your code.

[–] [email protected] 0 points 1 day ago (1 children)

Depending on the configuration, a linter may cause the compilation or a CI pipeline to fail.

[–] [email protected] 1 points 1 day ago (1 children)

Failing your local compilation due to linter problems is just stupid.

Sending "temporary" changes into your CI pipeline isn't even stupid, it's borderline malicious.

[–] [email protected] 1 points 1 day ago

Sending “temporary” changes into your CI pipeline isn’t even stupid, it’s borderline malicious.

No? “Hey customer, I’ve deployed the changes you requested to the staging area. Is this what you had in mind? Keep in mind it only looks good and isn’t fully functional yet.”