this post was submitted on 06 Jul 2023
4 points (83.3% liked)
Rust
5974 readers
126 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
But the author doesn't mention the most common way to pass named argument, so I include a comment from mjec over at lobster.rs that covers that (since I'm to lazy to write my own):
It's honestly strange that this isn't mentioned in the article since it mentions several much worse ways to do it!
ya, maybe it's the author's ruby background? For example, in languages like go and C, using structs for optional arguments is basically the norm.