In the View component; we use .observe to connect our event handlers to any Gesture events. Is their some reason why we can't make this be a lot more consistent with the Observable event handling system and use the on, addEventListener, off, and removeEventListener functions? That way all events go through those functions.
This seems inconsistent to have some events connected via on and some events connected via observe
In the View component; we use .observe to connect our event handlers to any Gesture events. Is their some reason why we can't make this be a lot more consistent with the Observable event handling system and use the on, addEventListener, off, and removeEventListener functions? That way all events go through those functions.
This seems inconsistent to have some events connected via on and some events connected via observe