Hi Allen,

I completely agree with everything you wrote, and with the transformations
necessary to correctly perform the refactoring I'm talking about.

The transformation is still too low-level though.  In order to perform it,
we have to switch from thinking in terms of methods to functions and back
again.  It would be preferable if the mismatch weren't so great.

Would something like Dave's bind operator be applicable here?

    M1() {
      ...
      this::helperMethod();
      ...
    }


kevin
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to