Comment on Scala – The Simple PartsparentComments−lmm12y+ + a + b c dYuck, really? I find that much less readable than "add(add(a, add(b, c)), d)"−dllthomas12yshrug I've probably done more rpn. A huge component of "readable" is "how similar is it to stuff I am used to reading".I do have to read it backward and build the stack, but that's basically intuitive at this point.
Comments
Yuck, really? I find that much less readable than "add(add(a, add(b, c)), d)"
shrug I've probably done more rpn. A huge component of "readable" is "how similar is it to stuff I am used to reading".
I do have to read it backward and build the stack, but that's basically intuitive at this point.