Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMultiple (non-implicit) parameters to a symbolic/infix should be avoided #10221
Milestone
Comments
|
From my part we can remove all the new symbolic operators. |
Just to make things clear, not symbolic methods should be avoided, but multi-params for this methods. |
|
Yes, but we will have an imbalance in the API if we remove only a those with multi-params. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #10199 we added symbolic methods to TypeMap, but as signaled by @NthPortal we should avoid this.
Triggered by:
I'm a bit late to the party here, but multiple (non-implicit) parameters to a symbolic/infix method are highly discouraged, and planned to be deprecated. See scala/scala-dev#496 and lampepfl/dotty#4311 (comment).
Originally posted by @NthPortal in #10199