-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Right now the plugin is one gigantic 4000+ LOC file. This is certainly not easy to edit let alone makes it easy to attract new developers.
Furthermore any changes could possibly break some completely unrelated part of the plugin if you don't pay close attention to the architecture.
The plugin.py file should definitely be split up into separate modules for easier maintenance and lower learning curve for new contributors.
Reactions are currently unavailable