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
These events are already nested under a sealed class named <Domain>Event (for instance AnimationEvent for the Animation domain).
Therefore, when naming specific event types, it looks redundant: AnimationEvent.AnimationCreatedEvent. It would be better to drop the Event suffix: AnimationEvent.AnimationCreated
The text was updated successfully, but these errors were encountered:
These events are already nested under a sealed class named
<Domain>Event
(for instanceAnimationEvent
for the Animation domain).Therefore, when naming specific event types, it looks redundant:
AnimationEvent.AnimationCreatedEvent
. It would be better to drop theEvent
suffix:AnimationEvent.AnimationCreated
The text was updated successfully, but these errors were encountered: