-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ShortcutReader #1069
Comments
Makes sense for me but I would like @qparis to decide. |
For the moment I agree. |
The suggestion targets not the creation of new shortcuts just the reading part. I don't think a template system would work for reading. Another idea is: do we really need a custom shortcut reader for every engine type? Or can we create a more abstract implementation which delegates some tasks to the engine implementation? |
Could work. But probably this would only lead to the |
I think this depends on how we define a The open question in this definition is: how can the file at the Slightly off-topic: |
As an alternative to #1068 we could think about remove
ShortcutReader
because it basically functions as a wrapper for a concrete engine specific shortcut reader implementation (currently onlyWineShortcutReader
). Therefore we could alternatively use the concrete engine specificWineShortcutReader
instead. If we later on add other shortcut reader implementations we would then need to add some selection logic in Java to choose the correct shortcut reader implementation.See also PhoenicisOrg/phoenicis#2025
The text was updated successfully, but these errors were encountered: