• bitsplease@lemmy.ml
    ·
    10 months ago

    Tbf, "learned a language" is a hard thing to pin down in any case.

    I've been building enterprise software with python for almost a decade now. I still occasionally find stuff in the stdlibs that I didn't know about, or even sometimes some subtle feature of the language that I never had reason to explore until now.

    If someone asks me if I "learned" python, id say hell yeah - but there's always still plenty to learn

    That being said, no reasonable definition of learned includes what you could do in 2 days, even as an experienced dev lol

  • ______@lemm.ee
    ·
    10 months ago

    I learned about how much I didn't understand react on my 2nd dev job. I had like 2yoe with react previously. There's a lot about it. Mostly tricks. hacks and work arounds for it's abysmal performance.

      • ______@lemm.ee
        ·
        10 months ago

        There many ways of doing things in react and some are faster than others. I would abuse state and use effect at my old job but at this job my sr dev doesn't allow me to use useffect unless the situation warrants it.

        • 摆 烂@lemm.ee
          hexagon
          ·
          10 months ago

          Ahh yes, abusing state can be temping. Just a little tweak here, it’s ok… no one is looking… oh crap!

  • alexcoder04@programming.dev
    ·
    10 months ago

    Hell, I already sat down three times and tried to figure out what this React thing is. Couldn‘t make it. Using Svelte now and being happy.