I feel like whenever I see the ampersand on this website, it’s followed with “amp;”. I’ve noticed it other places on the internet also. Why does this happen? Is it some programming thing?

Just for a test: &

  • @Zarxrax
    link
    English
    71 year ago

    But, shouldn’t this have been a solved problem like, back in the 90s? Why is it that modern software like Lemmy still has issues with it?

    • @Kaato112487
      link
      English
      61 year ago

      There are good reasons why software may wish to ignore escape characters, but this likely comes down to human error. There are many programming problems that have been solved for decades, but occasionally you’ll still see them appear in newer software for that reason.

      From my own work, I certainly have code that isn’t 100% right, but it works well enough that I instead spend my time in other areas.