Hacker News new | ask | show | jobs
by gus_massa 771 days ago
Other piople has reinvented the wheel before, so there is a chance, but you must find why your method is much better.

Perhaps you can ensure that everything is escaped correctly and programers don't have to worry about Bobby Tables https://xkcd.com/327/

(I once saved everything as a text file, because the number of entries was small and I was not sure about escaping correctly.)

(I remember one webpage that says "please dont use these characters in the name ..." The list looks too similar to the special chars in SQL ...)

1 comments

This does makes sense. I will think more about this idea. if it indeed makes sense.