sbaldu / DynamicalSystemFramework

Framework for modelling dynamical complex systems

Home Page:https://sbaldu.github.io/DynamicalSystemFramework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor getters and setters

Grufoony opened this issue · comments

The code is getting bigger so we may think about refactoring all getters/setters which only do return and assignment by implementing the code where declared.
E.g.

bool isGood() const { return true; };