accord icon indicating copy to clipboard operation
accord copied to clipboard

Better modularization

Open holograph opened this issue 9 years ago • 0 comments

Currently accord-core contains both the matcher library (required at runtime) and the definition DSL (strictly not required at runtime). Better modularization, to e.g. accord-matchers and accord-dsl (with accord-core aggregating both for backwards-compatibility) is desirable, and might enable full elision of infrastructure code in runtime dependencies (e.g. TransformedValidator, which is really only required at compile-time).

holograph avatar Dec 25 '16 17:12 holograph