I’m going to hate myself if all I’m going to do is rely on other devs to make my ideas happen.

so yeah, I want to learn programming now, anyone can recommend me somewhere to study?

Thanks in advance.

  • Ninmi
    link
    fedilink
    arrow-up
    2
    ·
    4 years ago

    At least the Gentle Introduction to Rust includes stuff like this at the third chapter on adding numbers:

    “We’ll deal with traits in detail later, but here all you need to know is that AddAssign is the name of the trait implementing the += operator, and the error is saying that floating point numbers do not implement this operator for integers.”

    Absolute pig latin to a newcomer and nothing you should know until you’re even given an explanation on why traits exist. It’s only gonna make the newcomer feel dumb when they’re supposed to read a “gentle introduction”.

    In any case I’m trying Rust again now as well, so I’ll take a look at the other links and join !rust as well :).