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

Programmer Humor

31329 readers
14 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
[–] RustyNova@lemmy.world 27 points 2 weeks 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 12 points 2 weeks ago

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

[–] Tolookah@discuss.tchncs.de 10 points 2 weeks ago

If the warnings go under 100, something is wrong.

[–] PlexSheep@infosec.pub 7 points 2 weeks ago

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