There are two methods implemented for domain objects:
Samples(T) []T
SamplesForAll([]T) []T
The lack of documentation makes it very difficult to understand the intention, and how to implement them for new domains.
If semantics allow: one single signature could be used instead -- Sample(...T)[]T.
Unit testing of the domain's file could be improved, as well.
There are two methods implemented for domain objects:
The lack of documentation makes it very difficult to understand the intention, and how to implement them for new domains.
If semantics allow: one single signature could be used instead --
Sample(...T)[]T.Unit testing of the domain's file could be improved, as well.