-
Notifications
You must be signed in to change notification settings - Fork 25
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
Switch to leading argument order #1318
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There are still several instances of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is too long to read through :)
I assume that if build and tests are passing then everything is fine. Also agree that de-naming makes sense. (Optional named arguments in Rescript are weird, it forces you to put ()
at the end).
Happy to see O/O2 and R/R2 being cleaned up!
Changing from
|>
style to->
. I've also de-named the function and scale arguments inmapY
andscaleBy
as they're pretty obvious.scaleBy
's argument being optional doesn't make much sense and causes a warning if it's put at the end.