Currently we have lots of ad-hoc checking happening inside components.
We could instead add a check method that
- checks internal consistency
- validates inputs for mappings
- resizes outputs for mappings?
and have a dedicated CheckVisitor sent at relevant times.
Also: use exceptions for error handling !
Suggested labels:
Currently we have lots of ad-hoc checking happening inside components.
We could instead add a
checkmethod thatand have a dedicated
CheckVisitorsent at relevant times.Also: use exceptions for error handling !
Suggested labels: