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 the library implementation into a set of static libraries #138

Open
d1vanov opened this issue May 4, 2020 · 0 comments
Open

Split the library implementation into a set of static libraries #138

d1vanov opened this issue May 4, 2020 · 0 comments
Assignees

Comments

@d1vanov
Copy link
Owner

d1vanov commented May 4, 2020

The idea is to restructure libquentier into a single shared library which encapsulates the public interfaces and a set of static libraries with the actual implementation of these public interfaces. The upside of this would be the ability to use dependency injection more freely and thus write more meaningful unit tests. The only downside is that, well, it's a sufficient amount of work to be done. Probably I won't be doing this in the nearest future but at some point I'd like to consider it.

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

No branches or pull requests

1 participant