Skip to content

Commit

Permalink
Further validation refactoring
Browse files Browse the repository at this point in the history
- rename `validation` package back to original name of
  `validator`
  - attempting to follow the guideline of naming a package
    based on what it provides, not what it does
- drop "Must" prefix from validation methods in an effort to make the
  method names sound more natural
- add Validator.NoNilValuesInCollection method
- add validation handling for ColumnItems type alias ([]*Element)
- use Validator methods for validation of Column type

Further refactoring could be beneficial, as would further conversion
of Validate method implementations to use of the validator package.

refs GH-157
  • Loading branch information
atc0005 committed Jul 12, 2022
1 parent faba5a5 commit f52e5e8
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 137 deletions.

0 comments on commit f52e5e8

Please sign in to comment.