3

How do i write better Rust code?,
Any project ideas / tips?

Comments
  • 5
    From what ppl tell me, you will need some long socks with pink strips, and cat ears.
  • 1
    Rust is all about thinking outside the box and finding a good abstraction/pattern which allows you to do what you need with little friction from the borrow checker

    It's hard, and can be frustrating, but after a while you'll get the hang of it

    I don't think there are general rules for writing better Rust. Only way is to write a whole lot of Rust and see what works and what doesn't

    If you have any specific questions though, feel free to hit me up here on DevRant. (note: @adding someone only works in comments, not in posts)
  • 2
    Choose another language.
  • 1
    @Demolishun

    > c++ committee

    > better

    yeah... thats not happening lol
  • 0
    @Demolishun It's so sad too because C++ is such a powerful language but they just can't stop themselves from implementing features which are convoluted and half-baked at the same time
  • 0
    This is how: https://veykril.github.io/tlborm/

    --
    go on, go on, breath it all in, let rust's nuances choke the newbie out of ya
  • 0
    Thanks everyone some of the comments were funny and i even choked on my sprite when reading some of them.

    especially the mentioning of cat ears lol
Add Comment