theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

Consider to add generics for more type safety #8

Closed spoenemann closed 7 years ago

spoenemann commented 7 years ago

CommandActionHandler calls a constructor on a command without knowing whether it exists. Command could be enhanced by <T extends Action> and an interface constructor declaration with T argument.

Maybe such generics could also be added to other types.

spoenemann commented 7 years ago

This is no longer relevant after the recent refactorings.