Code Smell 245 - exec() and eval()
TL;DR: Don't use metaprogramming. It is not that cool
Problems
Security
Limited Control
Solutions
Use direct calls
Wrap the execution in a primitive and controlled command
Sanitize it
Context
Developers employ the eval() and exec() funct...
maximilianocontieri.com2 min read