|
|
|
|
|
by technomancy
5349 days ago
|
|
> I don’t find that using Clojure making the overall process
> of writing new code faster He's talking specifically about writing _new_ code. I think the implication here is that Clojure encourages more consideration up-front, resulting in designs that are easier to modify down the road. Given how much time is spent maintaining code vs writing new code this seems like a reasonable trade-off. |
|
So I do less up-front design, but wind-up with somewhat better code at the end.
The other weird effect is that I find that this helps me think better about coding in something like C as well. A little experimentation at the REPL helps me understand pieces of the solution better.