|
|
|
|
|
by maehwasu
4025 days ago
|
|
I write fairly large backend systems that are continuously growing and facing evolving requirements. I follow those principles, and have yet to write a single test. It's just so much more robust to separate I/O code from other code, and verify that the building blocks of the system work. I do this in Clojure, but am looking to migrate to Haskell soon to enforce this even further. |
|
I suppose you will be migrating to Haskell because it is a PF language. What would you miss most from Clojure once you migrate?