this post was submitted on 30 Jun 2024
249 points (95.3% liked)

Programmer Humor

31249 readers
868 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
top 4 comments
sorted by: hot top controversial new old
[–] Tolookah@discuss.tchncs.de 9 points 6 days ago

If the warnings go under 100, something is wrong.

[–] RustyNova@lemmy.world 27 points 1 week ago

I would do that... If CI wouldn't be set to -D warnings

Who even does that? Oh wait, it was me.

Joke aside, it does help to keep the code clean, even more for open source projects where multiple separate people may all have their own codding style, and it helps make it easier to organise.

But I do agree that it can be really, really annoying.

[–] Jolteon@lemmy.zip 11 points 1 week ago

Hey, it's not like they're errors or anything.

[–] PlexSheep@infosec.pub 7 points 1 week ago

This is not the rust way. Now go install clippy.