Change infix method calls o m a to o.m(a).#672
Change infix method calls o m a to o.m(a).#672dubinsky merged 1 commit intoscala:mainfrom dubinsky:infix-postfix-cleanup
o m a to o.m(a).#672Conversation
o m a to 0.m(a).o m a to o.m(a).
|
Even |
|
Sorry, merged to eagerly :)
You are not weird, I agree that
While I prefer I did not look into changing the code to use different methods on case-by-case basis as part of this pull request, but doing this should alleviate some of the readability issues; for instance, 9 out of 10 occurrences of |
With infix method invocations falling out of fashion - and eventually, out of validity - maybe it is time to move away from them?