Closed lhaze closed 6 years ago
Questions:
a) Does validation of model should block building a model (__init__
) with invalid state?
b) Or should I weaken default validation in some manner?
c) Should the validation process be fired only by explicitly calling is_valid
/validate
?
Done.
Prepare an architecture & a skeleton code of models: