• whoisearth
    link
    fedilink
    English
    arrow-up
    9
    ·
    8 months ago

    No longer do I have to learn Regex! For that alone AI is worth.

    • CoderKat@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      As a dev, I honestly can’t understand that. I probably use regex a dozen times a day. Basic regex is so easy and useful, but describing exactly what you want is so iffy for an AI. The basics of regex are also so easy. It’s not like most people are trying to, say, parse an email address with regex. Most usage is basic, like “extract this consistent pattern from this text” or “remove this (simple) parameter from this function”. It takes me seconds to come up with a working regex in most cases.

      • whoisearth
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        There are many of us, myself included, who struggle with Regex. We are common enough that there is a pretty standard joke among developers that if you have a problem and solve it with Regex, congratulations you now have two problems.

        I appreciate what you’re saying and you’re a god among men if you are proficient in Regex but you’re not the norm.