• fidodo@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    The difference between a junior and senior developer is that a senior developer actually understands what he’s copy pasting

    • dan@upvote.au
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      I’m a senior developer and I rarely copy and paste… I’ll sometimes look at some other code to get ideas, but I retype it. It helps me understand the code, and I can refractor it or write it differently as I go.

    • Potatos_are_not_friends@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Pretty much. I try to tell juniors that the things I’m teaching you is things I made a mistake on. I have a decade of failure and I’m trying to help you shortcut it.

      • SpaceCowboy@lemmy.ca
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        3 months ago

        But as soon as someone gets to an intermediate level and start thinking for themself and make those exact same mistakes.

        “We’ve been doing things wrong this whole time! I figured out a better way!” Then spend a lot of time implementing the “better” way only to find out it performs like shit and actually takes more work to implement and maintain anything.

        Everyone has to do that at least once.