Fork me on GitHub
#clojuredesign-podcast
<
2019-09-22
>
genekim16:09:16

@neumann Great last episode, as always! I wish I had learned about how numerical ops throw exception on nil before my last project — it would have saved hours of handling them one-by-one!

neumann15:09:10

@U6VPZS1EK Thanks! I really appreciate your feedback. I still run into nil punning issues when reducing sets of numbers! I'll forget a filter, and get something like this:

dev=> (reduce + [1 nil 3])
Execution error (NullPointerException) at dev/eval46270 (REPL:1).