this post was submitted on 13 Jun 2024
9 points (100.0% liked)

Programmer Humor

19423 readers
80 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tempest@lemmy.ca 0 points 4 months ago (1 children)

I do enjoy the rust compiler error messages. They are nicely formatted

[–] 30p87@feddit.de 0 points 4 months ago (1 children)

Yeah, but to observe such error messages you'll basically need to wait for 20 mins for it to compile.

[–] PlexSheep@infosec.pub 1 points 4 months ago

No? The steps are compiled once and afterwards your project just gets compiled. Besides, rust-analyzer exists.