Rust dev, I enjoy reading and playing games, I also usually like to spend time with friends.

You can reach me on mastodon @sukhmel@mastodon.online or telegram @sukhmel@tg

  • 4 Posts
  • 991 Comments
Joined 3 年前
cake
Cake day: 2023年7月3日

help-circle
  • lad@programming.devtoProgrammer Humor@programming.devRust
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    2
    ·
    5 个月前

    Yeah, this whole meme just looks like ‘I hate Rust and don’t want it anywhere’

    Of course, there is importance in trying it everywhere, because it shows where the language and ecosystem lacks and can evolve; but beside that, I think adoption by big companies wouldn’t happen if it wasn’t any good as some want to believe




  • This, it’s not a thing that happens often, but there were a couple of times when flatten would’ve been handy

    This was also usually a result of a chain of and_then that could do with some flattening. This could’ve been rewritten as a separate function to make use of ?, but it seems to be a bigger trouble than use