this post was submitted on 12 Aug 2023
82 points (97.7% liked)
Explain Like I'm Five
14205 readers
3 users here now
Simplifying Complexity, One Answer at a Time!
Rules
- Be respectful and inclusive.
- No harassment, hate speech, or trolling.
- Engage in constructive discussions.
- Share relevant content.
- Follow guidelines and moderators' instructions.
- Use appropriate language and tone.
- Report violations.
- Foster a continuous learning environment.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?
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.