tidylab / decorators

Extend the behaviour of a function without explicitly modifying it
https://tidylab.github.io/decorators/
Other
12 stars 0 forks source link

validate_arguments() options #6

Open harell opened 3 years ago

harell commented 3 years ago

Refactoring

Rename entery --> entry

Raise exceptions instead of errors, i.e. calling stop(msg)

New features