Solar Bear

  • 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle




  • Solar Bear@slrpnk.nettoProgrammer Humor@programming.devThere once was a programmer
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    5
    ·
    edit-2
    10 months ago

    Never ask ChatGPT to write code that you plan to actually use, and never take it as a source of truth. I use it to put me on a possible right path when I’m totally lost and lack the vocabulary to accurately describe what I need. Sometimes I’ll ask it for an example of how sometimes works so that I can learn it myself. It’s an incredibly useful tool, but you’re out of your damn mind if you’re just regularly copying code it spits out. You need to error check everything it does, and if you don’t know the syntax well enough to write it yourself, how the hell do you plan to reliably error check it?