Thomj-Dev / SEMBAS

GNU General Public License v3.0
0 stars 0 forks source link

Revise to use generic and not Box<> #38

Closed ThomJ130 closed 1 week ago

ThomJ130 commented 1 week ago

For example, MeshExplorer depends on Box<dyn Classifier>, when we might be able to just use a generic. Same goes for its use of AdhererFactory.

ThomJ130 commented 1 week ago

This was resolved in the qol-v0.3.0-cleaning_walkthrough branch.