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

Programmer Humor

23891 readers
2041 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
[–] mmddmm@lemm.ee 6 points 2 days 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.

[–] bleistift2@sopuli.xyz 0 points 2 days ago (1 children)

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

[–] mmddmm@lemm.ee 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.

[–] bleistift2@sopuli.xyz 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.”