My least favorite Rust type
ridiculousfish.com
My least favorite Rust type
1–10 of 298 posts
Re: My least favorite Rust type
#2Re: My least favorite Rust type
#3Re: My least favorite Rust type
#4Re: My least favorite Rust type
#5I'm only just learning Rust so I don't know much about Rust development, but what are the chances that any of the suggestions listed at the end make it into the language?
Re: My least favorite Rust type
#6He claims that language designers should aim for "80% solutions" instead, which cover most common usages but limit themselves enough to avoid complexity. This runs in contrast to a lot of commonly accepted language design wisdom.
Re: My least favorite Rust type
#7I wouldn't call it a wart, these things have been debated pretty extensively.
Having run into the "reverse range does not contain what you obviously expect it to contain" before and wasting a few hours on it, like many other people have and will continue to do in the future, definitely makes me want to call it a wart.
Re: My least favorite Rust type
#8Re: My least favorite Rust type
#9Re: My least favorite Rust type
#10I wouldn't call it a wart, these things have been debated pretty extensively.
Just because it has been debated extensively doesn't mean it's not a wart. Having run into the "reverse range does not contain what you obviously expect it to contain" before and wasting a few hours on it, like many other people have and will continue to do in the future, definitely makes me want to call it a wart.