|
|
|
|
|
by jeffmcmahan
3521 days ago
|
|
If you're going to check every argument's type and throw on failure, either use a statically typed language or adopt a concise way of type checking. Many of the examples have big groups of assert() calls at the top. Gross. |
|