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
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
The current BaseCommand and SubCommand classes are basically the same with very small differences. Would it be better to just combine them into one Command class? It would simplify a lot of logic....
For getParent and getBase, they would simply return undefined for base commands. They could also be turned into getters/setters to make it simpler.
Try and see if the chip property for BaseCommands can somehow be handled behind-the-scenes instead of having to specify it for every base command, because that would be great.
Other than that, everything is identical for BaseCommand and SubCommand.