Skip to content

CT: Domain sampling interface improvement #49

Description

@LuisPH3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions