Hacker News new | ask | show | jobs
by atdixon 1227 days ago
Exactly. There’s a running joke when talking about code style of “Rich Hickey’s Java” - as the exemplar of weird style. (Which it is if you ever glance at core Clojure’s code base.) But RH in my mind is the epitome of one who understands real practitioner productivity.
1 comments

The best code style = the one written by someone who doesn't crash prod, segfault, or mess up the hot path (allocate).