622
you are viewing a single comment's thread
view the rest of the comments
[-] xor@lemmy.blahaj.zone 11 points 9 months ago

The original example was doing the unwrap_within an iterator doing some string parsing, so there was a lot of unrelated boilerplate around the actual unwrapping that made it really unclear, as well as usual unwrap_or_else to produce a constant value

Ehhh, I was more using get_default as a placeholder for some function, as opposed to representing Default::default for the inner type specifically. I think it should be alright since only people familiar with rust would know about the default trait anyway. I did consider adding an unwrap_or_default example, but thought it was getting a bit off topic at that point.

[-] Username@feddit.de 4 points 9 months ago

Yeah I get it, it was just something I noticed. A pedantic lint, you could say.

[-] xor@lemmy.blahaj.zone 1 points 9 months ago
this post was submitted on 08 Dec 2023
622 points (96.4% liked)

Programmer Humor

32050 readers
1390 users here now

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

Rules:

founded 5 years ago
MODERATORS