GlossaryΒΆ

Checker
A function which takes an input value and indicates (True/False) whether it is what you expect it to be. Will always return a boolean.
Validator
A function which takes an input value and ensures that it is what (the type or contents) you expect it to be. Will return the value or None depending on the arguments you pass to it.