blob: 42ff21768ed46dd60ff15934e3b7d7bab8d73b47 (
plain) (
blame)
1
2
3
4
5
|
Param is a library for handling all the user-modifiable parameters, arguments,
and attributes that control your code. It provides automatic, robust
error-checking while dramatically reducing boilerplate code, letting you focus
on what you want your code to do rather than on checking for all the possible
ways users could supply inappropriate values to a function or class.
|