- Issue created by @jonathanshaw
- πΊπΈUnited States john.oltman
The host entity class has many methods that mimic the entity interface, and the
validate
method follows that pattern for consistency; using familiar naming helps other developers understand what the function does conceptually. Also I don't see a rationale for splitting one function into two when the one is has been working well so far.