novoda/merlin

Collapse Merlin packaging

Mecharyry opened this issue · 1 comments

Problem

We have some public classes that are accessible to clients but we would never expect them to use.

Potential Solution

Collapse the Merlin package structure so that we can make only those classes we expect clients to use to be public and all others can be hidden.

Impact

Hides unsupported classes from clients.

This has already been released in #175