You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JEvent::Set is publicly open while should only be used for EventSources. Might be very confusing for users that
// in one place
event->Set(...); // Allowed and OK// in another place
event->Set(...); // Allowed but is NOT OK
Here I intentionally use "one place" and "another place" instead of EventSource and Factory because for new users it is "one place" to look and copy code and "another place" to look and copy code.
The text was updated successfully, but these errors were encountered:
Related to #154
JEvent::Set is publicly open while should only be used for EventSources. Might be very confusing for users that
Here I intentionally use "one place" and "another place" instead of EventSource and Factory because for new users it is "one place" to look and copy code and "another place" to look and copy code.
The text was updated successfully, but these errors were encountered: