Hacker News new | ask | show | jobs
by IneffablePigeon 91 days ago
A linter that disallows any code that uses eval in any form seems like a good start to me.
1 comments

What about for languages that allow pretty much anything in identifiers or variables. JS for example. Or bash. Don't need eval to do anything crazy there.