• @Steeve@lemmy.ca
    link
    fedilink
    0
    edit-2
    2 years ago

    React is a library, when do you consider a library “learned”? If they already knew JavaScript why couldn’t they “learn” React in two days?

    I’ve been using Python regularly for a decade and I’m continuously using new libraries and learning new things, I can’t think of when I would have considered Python “learned”.

    • TherouxSonfeirOP
      link
      fedilink
      22 years ago

      “Learned” means you can make code for production that other people won’t go “wtf are they doing, this isn’t how react works”

      • @Steeve@lemmy.ca
        link
        fedilink
        1
        edit-2
        2 years ago

        That’s just how we look at eachothers’ code, and even our own code that we forgot we wrote lol.

        • @Zikeji@programming.dev
          link
          fedilink
          English
          12 years ago

          Whenever I have to dredge up an old project to make a change or just to check something, I’m hit with the temptation to rewrite the entire thing. I’m constantly learning, and I subscribe to the notion that there are endless ways to do something and none of them are right. Hell, I’ve brought 3 fairly large Vue projects to term and all of them were done the “right way” at the time, but completely differently. There’s what, 3 different approaches in Typescript for components?