• @waz@lemmy.world
    link
    fedilink
    223 months ago

    I feel like most of my googling of simple code is because I know what I’m trying to do, but I don’t remember the correct function name and or language structure for the language I’m currently using.

    • @SpaceCowboy@lemmy.ca
      link
      fedilink
      33 months ago

      This is about 50% of what I use ChatGPT for. Something I’ve done many times before, but I just need a quick reminder about the exact syntax.

      The other 50% is just creating DTOs that have properties that are suitable for parsing JSON or XML or can be used to dump data from SQL into. The boring shit.