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.

  • @GBU_28@lemm.ee
    link
    fedilink
    English
    222 days ago

    It can absolutely write a docstring for a provided function. That and unit tests are like some of the easiest things for it, because it has the source code to work from

    • dandi8
      link
      fedilink
      322 days ago

      In my experience LLMs do absolutely terribly with writing unit tests.