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
With new features being added and old features being modified, there needs to be a focus on modularity. Components like the context menu and commands can be refactored to have a more mainstream approach to make the addition of new objects easy for those looking to contribute, easy to read for those looking to learn, and a generally more clean up to standards environment rather than chaining if/else statements. This would be a good focus for those looking to make impactful pull requests.
The text was updated successfully, but these errors were encountered:
@vishalpatil20 for the command modularity, i was thinking making the commands either a class or objects in a json file. Each would have a name, description, expected inputs, and the function it would execute rather than the if/else chain it exists as currently.
With new features being added and old features being modified, there needs to be a focus on modularity. Components like the context menu and commands can be refactored to have a more mainstream approach to make the addition of new objects easy for those looking to contribute, easy to read for those looking to learn, and a generally more clean up to standards environment rather than chaining if/else statements. This would be a good focus for those looking to make impactful pull requests.
The text was updated successfully, but these errors were encountered: