preconditions
The Preconditions library provides a simple set of methods for checking arguments being passed into a method. Instead of writing custom checks and raising exceptions directly in your code you can use Preconditions to verify basic properties of your arguments (not-nil, satisfying a boolean expression, being of a certain type/duck-type) and raise the appropriate exception for you.
Activity
- Latest release
- 14y ago
- Total releases
- 6
- Cadence
- ~2 days
- Last 12 months
- 0
Details
- First release
- May 19, 2011
Releases
| Version | Released | |
|---|---|---|
0.3.0
minor
| ||
0.2.1
patch
| ||
0.2.0
minor
| ||
0.1.2
patch
| ||
0.1.1
patch
| ||
0.1.0
initial
|