DRY-96: Model: optional operation that replaces method calls by pointers.
Submitted on 10 July 2005 at 22:02
This would be quite useful, but if the source is still to be used, then we also need a way to reconstruct the real method call from a pointer to a method. This is non-trivial, since it might require the addition of super, this, qualified this etc. to the method call. Would be pretty nice though.
Log in to post comments