|
|
|
|
|
by sophacles
1495 days ago
|
|
It's a pain to write all that boilerplate, I agree. I don't think it's bloat though - I've been doing rust for a few years now, and when I revisit old mostly forgoten code, I love that boilerplate. I rarely have to do any puzzling about how to infer what from the current file, it's just all right there for me. I feel this way about all the verbosity in rust - some of it could likely be inferred, but but having it all written down right where it is relevant is great for readability. |
|
The functional syntax the author of this (good) article complains about is what this (long experience in procedural C like languages) old programmer has come to love.