Adding base classes with only method definition #672
dario-coscia
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, we have many interface classes, but inside them, there are also method definitions. I propose to add Base classes for that and keep the interface classes only for method declarations.
I propose the following structure,
e.g. Optimiser.
OptimiserInterface=> Interface classOptimiser=> Base classe.g. Solver
SolverInterface=> Interface classSingleSolver=> Base classMultiSolver=> Base class....
Beta Was this translation helpful? Give feedback.
All reactions