BME-MIT-IET / iet-hf-2022-do-the-thing

iet-hf-2022-do-the-thing created by GitHub Classroom
GNU General Public License v3.0
2 stars 0 forks source link

Common parent class or interface for the same algorithm #26

Open BEMiklos opened 2 years ago

BEMiklos commented 2 years ago

The main issue is that these algorithms do not have a common parent class or an interface. The sorting function on each class is different in name, number, or in the type of the parameters, so this structure is not sustainable. Except if there is any previous design decision in these, the whole project needs a refactor.