alexevanczuk / packs

A pure Rust implementation of packwerk, a gradual modularization tool for Ruby
MIT License
70 stars 7 forks source link

DRYing up checker code #201

Closed perryqh closed 4 months ago

perryqh commented 4 months ago

The first 20ish lines of our check functions contain similar code.

This PR introduces a PackChecker for code reuse.