Y
Hacker News
new
|
ask
|
show
|
jobs
by
m0skit0
4076 days ago
Then I guess you chose the wrong side. Dynamically-typed languages produce less code precisely because you don't need to specify the types. E.g. Scala is more verbose than Clojure.
1 comments
justthistime_
4076 days ago
I'm not sure that Scala code + types is more verbose than Clojure code + tests. (Which is what the OP argued.)
link
m0skit0
4074 days ago
You need tests everywhere, statically typed doesn't mean you don't need to test.
link