pivot-libre / tideman

Implementation of the Tideman ranked pairs algorithm
Apache License 2.0
9 stars 3 forks source link

Organize Classes #53

Open carlschroedl opened 7 years ago

carlschroedl commented 7 years ago

Currently the src and test classes are both in one flat folder due to ignorance about how PHP namespaces and autoloading work.

Some ideas for organizing:

Not sure where Grouper or RankedPairGraph would live