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

Split code base into modules #69

Open
Nuckerr opened this issue Jan 3, 2022 · 1 comment
Open

Split code base into modules #69

Nuckerr opened this issue Jan 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Nuckerr
Copy link
Contributor

Nuckerr commented Jan 3, 2022

Is your feature request related to a problem? Please describe.
Having all the code in one module means even if I am not using something such as the toml class, because its all in one module I have to have it increasing the size of my final jar. I know it's bot much but it would also be cleaner imo

Describe the solution you'd like
Split the project into 5 modules:

  • commons: for classes shared by all the modules such as the FlatFile class
  • yaml: for the Yaml class
  • json: For the json class
  • toml: for thr toml class
  • simplix-config: for the special config class thing

Describe alternatives you've considered
I believe you can remove classes your not using in maven however thats something not all developers know

@KotlinFactory KotlinFactory added the enhancement New feature or request label Jan 3, 2022
@KotlinFactory
Copy link
Member

Hey,

Thanks for suggesting this
We will do this for the 4.x release.
However, the modules will be slightly different.

Regards,
Leonhard

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

No branches or pull requests

2 participants