akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
838 stars 251 forks source link

Event Name Anti-Pattern #244

Open amcdnl opened 6 years ago

amcdnl commented 6 years ago

Prefixing event names with things like on for example in onDropSuccess is considered an anti-pattern. https://angular.io/guide/styleguide#dont-prefix-output-properties

Proper name would be something like: dropSuccess.