Hacker News new | ask | show | jobs
by kaba0 1897 days ago
> Having more powerful ways to express yourself doesn't make it harder to read code

Well, depends. For example, reading my older Haskell code is definitely harder than my Java code. Also, only a handful of teams is lucky enough to have only good programmers. There is always someone who sees some great advanced concept and applies it without the necessary know-how on the dangers/context of that feature. I think Haskell, Clojure and Scala as well are somewhat prone to this.

1 comments

Given the choice between undocumented Java code and undocumented Clojure code... I'd rather take my chances with Java.