Closed pauxus closed 1 year ago
in addition to #155 and #146 we could structure the whole setup into phases:
this would allow central structuring of the lifecycle of an model, help with readable error and validation messages and make the code cleaner.
However, a phase mechanism might make it necessary to include more classes in the classpath
Phase apply defaults (before or after validate?)
Apply is no separate phase, since apply is done per object and not per tree
in addition to #155 and #146 we could structure the whole setup into phases:
this would allow central structuring of the lifecycle of an model, help with readable error and validation messages and make the code cleaner.
However, a phase mechanism might make it necessary to include more classes in the classpath