mjul / docjure

Read and write Office documents from Clojure
MIT License
622 stars 129 forks source link

Removal of use of assert-type macro #15

Open ducky427 opened 10 years ago

ducky427 commented 10 years ago

The code doesn't need to check the type of arguments anymore as the type information has already been provided. If a wrong type is passed, you get a ClassCastException.

I've left the macro but removed its use. I've fixed the tests accordingly.