Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dm3
on May 25, 2017
|
parent
|
context
|
favorite
| on:
Readable Clojure
I'm not a big fan - once you start encoding type information in names, you have to be extremely attentive when refactoring. It doesn't scale too well in a larger team.
I prefer
clojure.spec
to guard significant (ns, api) boundaries.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I prefer clojure.spec to guard significant (ns, api) boundaries.