this post was submitted on 15 Nov 2024
155 points (100.0% liked)

Programmer Humor

853 readers
19 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] shy_mia@lemmy.blahaj.zone 7 points 22 hours ago (1 children)

Yeah but if the class changes you need to update everything, you got all that boilerplate taking up space for no real reason, etc...

The Rust way's just a lot cleaner imo.

It's like 5 seconds to regenerate it. Boilerplate doesn't matter, just collapse it. The only real issue is remembering to update it, if you make a change.

Like I said, I prefer for rust does it, it's just not a big deal