this post was submitted on 15 Nov 2024
302 points (93.9% liked)

Programmer Humor

35000 readers
52 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
[โ€“] [email protected] 7 points 5 months 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.

[โ€“] [email protected] 1 points 5 months ago

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