Open DavePearce opened 4 years ago
At this stage, one cannot execute code dynamically. For example, via eval(). Since the general feeling is that you should never use eval, then we should use the alternative option!
eval()
So, having thought about it a bit, this is actually quite hard to do. This is because we need to handle martialling of parameters.
At this stage, one cannot execute code dynamically. For example, via
eval()
. Since the general feeling is that you should never use eval, then we should use the alternative option!