[Bug 14762] Rename all callbackInterface.handleEvent methods to something which describes what the method is about

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14762

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-11-11 22:26:24 UTC ---
handleEvent() seems quite sane to me, at least insofar as using an object with
a method instead of a closure is sane at all, which is another matter.

Using different names here would mean that one could not simply use the same
callback mechanism for all callbacks, which seems like a loss. It's not clear
what benefit there is in using different names; the only place one would see
these names is in the very place that passes the callback, where it's pretty
unambiguous what's going on anyway.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 11 November 2011 22:26:30 UTC