-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparisons in purrr #234
Comments
From a stylistic point of view, I'm not sure if it's better to use a functional + error throwing, rather than a for loop + break. In the latter case we'd have the loop inside |
Maybe the stylistic rule should be that when we break the purity of (part of) a function we shouldn't apply a functional makeup on it. In that case the for loop is better (and more efficient). |
Can you move that to vctrs? |
Moved to rlang |
The text was updated successfully, but these errors were encountered: