Skip to content
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

✨ New Module: Command Engine #9

Open
3 tasks
Tracked by #2
lilingxi01 opened this issue May 21, 2022 · 0 comments
Open
3 tasks
Tracked by #2

✨ New Module: Command Engine #9

lilingxi01 opened this issue May 21, 2022 · 0 comments

Comments

@lilingxi01
Copy link
Owner

lilingxi01 commented May 21, 2022

Overview

We need a new command engine to process all kinds of shortcut commands and modifiers. Writing a bunch of if statement is not a great idea for reusability and extensibility.

Engine Features

  • Separate all different commands into a dedicated file as a list of JavaScript objects.
  • Add validation support for all commands.
  • Optimize the command engine file for extensibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant