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

Plugin Priority Unbreakening #135

Open
edunham opened this issue May 16, 2018 · 0 comments
Open

Plugin Priority Unbreakening #135

edunham opened this issue May 16, 2018 · 0 comments

Comments

@edunham
Copy link
Member

edunham commented May 16, 2018

Plugins have priorities. This is good.

What is not good is that the priorities are hard-coded integers in the body of each plugin.

That should go away.

Instead, plugins should get priorities based on the order they're declared in the settings file.

The top plugin in the list should have the highest priority, and the bottom plugin should have the lowest.

This makes priorities sort of ephemeral per time the config is read but that is ok because they can and should change as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant