4 Matching Annotations
- Oct 2023
-
stackoverflow.com stackoverflow.com
-
-
When is eval justified? In pragmatic terms, when you say it is. If it's your program and you're the programmer, you set the parameters.
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
You need to get out of the habit of thinking using quotes is ugly. Not using them is ugly! Why? Because you've created a function that can only be used interactively - it's very difficult to program with it. – hadley
Does it seem like Hadley still stands by this statement after tidy evaluation from this article <Do you need tidyeval>
-
- Sep 2020
-
rollupjs.org rollupjs.orgRollup1
-
If you need to call the function repeatedly, this is much, much faster than using eval.
-