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 has been archived by the owner on Jul 4, 2022. It is now read-only.
In this way would be easy to use it in open source projects without making the jar huge without unneeded files.
It shouldn't require to install any plugin, because a "central" framework on which all plugins depend could be fine for a private project for a server, but it's a bad idea for open source and public plugins.
It's better to have different libraries, for each purpose, decoupled from each other, so if you don't like one, you can just use another library.
With monolithic frameworks you are either obliged to use all the features of it, or to use another library for that particular purpose, making the jar file even bigger.
For example I was just watching for a simple localization library for some my open source projects, and I don't want to add a "Core" plugin as dependency, only for that feature.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In this way would be easy to use it in open source projects without making the jar huge without unneeded files.
It shouldn't require to install any plugin, because a "central" framework on which all plugins depend could be fine for a private project for a server, but it's a bad idea for open source and public plugins.
It's better to have different libraries, for each purpose, decoupled from each other, so if you don't like one, you can just use another library.
With monolithic frameworks you are either obliged to use all the features of it, or to use another library for that particular purpose, making the jar file even bigger.
For example I was just watching for a simple localization library for some my open source projects, and I don't want to add a "Core" plugin as dependency, only for that feature.
The text was updated successfully, but these errors were encountered: