←back to thread

203 points dahlia | 1 comments | | HN request time: 0.208s | source
1. slifin ◴[] No.45156505[source]
So use Clojure Spec or better yet Malli to parse your input data at the edges of your program

Makes sense, I think a lot of developers would want to complect this problem with their runtime type system of choice without considering the set of downsides for the users