Skip to content
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

Move to using = rather than <- #27

Closed
adamsardar opened this issue Dec 21, 2020 · 0 comments
Closed

Move to using = rather than <- #27

adamsardar opened this issue Dec 21, 2020 · 0 comments

Comments

@adamsardar
Copy link
Owner

A root cause analysis of issue #25 shows that making an assignment via <- within a list could create a silent error. This is too dangerous to allow to continue.

Should we move towards using = rather than <- for assignment? See here, here and
here. There's also a good old Twitter storm thread. It is the number one thing that I see people complain about in R ... why do we do it?

adamsardar added a commit that referenced this issue Dec 21, 2020
…eaned up a couple of bugs that crept in to tests following the removal of <- (closes #27, closes #25).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant