fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Move nested classes out of Comparisons class

Open nschiefer opened this issue 5 years ago • 1 comments

Currently, most Comparison implementations are nested inside of the Comparisons class, which is effectively used as a namespace. This has gotten a bit unwieldy.

Although it's a large breaking change, I'd like to refactor Comparisons into a package with a bunch of non-nested classes.

nschiefer avatar Sep 12 '19 15:09 nschiefer

Tentatively placing this in 3.0 since it's a big breaking change.

nschiefer avatar Sep 12 '19 15:09 nschiefer