pont-us / PuffinPlot

A program to plot and analyse palaeomagnetic data
GNU General Public License v3.0
3 stars 0 forks source link

Pull some of the inner classes out of Suite #389

Open pont-us opened 3 years ago

pont-us commented 3 years ago

Suite is starting to turn into a bit of a God object (1851 lines as of [2018-09-10 Mon]). It's got several inner classes and interfaces, some of which look as though they'd be happier as full top-level classes (SavedListener, SiteNamer, AmsCalcType, MissingSampleNameException, and maybe more). There are probably other things that could be usefully trimmed out, but the inner classes look like the lowest-hanging fruit.