ANN: Script Editor Refactoring Support

Mark Wieder ahsoftware at sonic.net
Wed Mar 20 17:53:50 EDT 2019


On 3/20/19 12:04 PM, Kaveh Bazargan via use-livecode wrote:

> Now to try and break them. :-)

Hmmmph... always some clown who wants to try to actually *use* stuff.

Here's a scenario that will probably break:
(save your work first)

If you have a handler in a script and a handler with the same name and 
the same parameter list in a different script in the same stack;
and if you change the signature of one of the handlers...

the calls to the handlers will be modified to match, but I *think* the 
other handler definition won't get a changed set of parameters.

Of course, if you have identical handlers in multiple scripts, it would 
be a better idea to move them up the food chain and just have one 
instance, but ymmv.

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list