• gfle@szmer.info
    link
    fedilink
    arrow-up
    8
    ·
    7 hours ago

    They are going to care if you can maintain your code. Programming isn’t “write, throw it over the fence and forget about it”, you usually have to work with what you - or your coworkers - have already done. “Reading other people’s code” is, like, 95% of the programmers job. Sometimes the output of a week long, intensive work is a change in one line of code, which is a result of deep understanding of a project which can span through many files, sometimes many small applications connected with each other.

    ChatGPT et al aren’t good at that at all. Maybe they will be in the future, but at the moment they are not.

    • licheas@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      Most people who are in dev aren’t maintaining shit.

      Most coders don’t write new scripts, they’re cutting and pasting from whatever libraries they have - using ChatGPT is just the newest way to do that.

      Your boss doesn’t care about how the job gets done- they care that it gets done. Which is why we have giant code libraries just chock full of snippets to jigsaw into whatever we need.