• TaintPuncher
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 days ago

    That sums up my experience too, but I have found it good for discussing functions for SQL and Powershell. Sometimes, it’ll throw something into its garbage code and I’ll be like “what does this do?” It’ll explain how it’s supposed to work, I’ll then work out its correct usage and solve my problem. Weirdly, it’s almost MORE helpful than if it just gave me functional code, because I have to learn how to properly use it rather than just copy/paste what it gives me.

    • Telorand@reddthat.com
      link
      fedilink
      English
      arrow-up
      6
      ·
      3 days ago

      That’s true. The mistakes actually make learning possible!

      Man, designing CS curriculum will be easy in future. Just ask it to do something simple, and ask your CS students to correct the code.