What speed advantage comes from a private handler?

Monte Goulding monte at appisle.net
Tue Nov 8 20:27:34 EST 2016


> On 9 Nov. 2016, at 12:23 pm, Phil Davis <revdev at pdslabs.net> wrote:
> 
> Use case: You use 'dispatch' as a coding style preference.
> 
> (That's all I could come up with.)

;-)

Actually thinking on it I can imagine a use case but it fails if you are wanting to dispatch a private handler:

dispatch “SomethingOverridableInABehaviorInstance” to me

command SomethingOverridableInABehaviorInstance
   — default implementation
end SomethingOverridableInABehaviorInstance


More information about the use-livecode mailing list