Skip to content

Create a static library for the logic in "core" and use it to add unit tests

Niels De Graef requested to merge nielsdg/core-should-stay-core into main

This basically moves around some code to we have a "core" static library, which is a good thing as we now have a more clear separation between UI and logic and we can now write unit tests.

Merge request reports