eval()
and evaluate()
are pretty good. They’re both better than execute()
. I’m still partial to generate()
. It’s the best I’ve heard suggested so far. It implies something being produced as a result.
eval()
and evaluate()
are pretty good. They’re both better than execute()
. I’m still partial to generate()
. It’s the best I’ve heard suggested so far. It implies something being produced as a result.