smee / binary

Clojure API for binary format I/O using java's stream apis
75 stars 10 forks source link

Use exceptions rather than assertions for parse errors #8

Closed zsau closed 10 years ago

zsau commented 10 years ago

Would you have any objection to changing constant and enum to throw exceptions rather than assertion errors?

smee commented 10 years ago

No, no objections.