By “good” I mean code that is written professionally and concisely (and obviously works as intended). Apart from personal interest and understanding what the machine spits out, is there any legit reason anyone should learn advanced coding techniques? Specifically in an engineering perspective?

If not, learning how to write code seems a tad trivial now.

  • visor841@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    For a very long time people will also still need to understand what they are asking the machine to do. If you tell it to write code for an impossible concept, it can’t make it. If you ask it to write code to do something incredibly inefficiently, it’s going to give you code that is incredibly inefficient.

    • spizzat2@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      If you tell it to write code for an impossible concept, it can’t make it

      I haven’t played with it much, but I thought it would go ahead and produce something, then tell you that it works until you tell it otherwise.