rchillyard / The-repository-formerly-known-as

2 stars 12 forks source link

Unconstrained polymorphism in several places #40

Closed rchillyard closed 4 years ago

rchillyard commented 4 years ago

There are some polymorphic class structures based on Sort, HuskyCoder, BaseHuskySequenceCoder, AbstractHuskySort, etc. We need to explicitly make some of these methods/classes final.

Additionally, there are method parameters and variables that can be marked final.