|
|
|
|
|
by kickopotomus
2496 days ago
|
|
This has been my experience as well. I have a couple of Clojure(Script) applications that are approximately 3-5K lines each and those have been a pleasure too work on. However, my latest project is now pushing past 20K lines and the mental load has jumped exponentially. There is a much greater need for spec, asserts, type hints, and comments just to keep everything straight. |
|
Or is there many things to consider at once in the system instead of many individual things?