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

Refactor external table generation to separate library #15

Open
mrotteveel opened this issue Jun 29, 2023 · 0 comments
Open

Refactor external table generation to separate library #15

mrotteveel opened this issue Jun 29, 2023 · 0 comments
Labels
enhancement New feature or request long-term Not planned for the near future

Comments

@mrotteveel
Copy link
Owner

Being able to create (and maybe in the future: parse) external table files may also be useful to application programmers. Extract the generating (and, once available, parsing) of external table files to a separate library as part of this project (e.g. named ext-table-gen-core or ext-table-gen-api or something similar).

The library could then be published to Maven Central, and the ext-table-gen application would then use this library. Doing so will require some more thought on the exact boundaries and separation between the application and the library.

This should only be done when ext-table-gen has matured a bit more (received some additional features).

@mrotteveel mrotteveel added enhancement New feature or request long-term Not planned for the near future labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request long-term Not planned for the near future
Projects
None yet
Development

No branches or pull requests

1 participant