Category: Programming
-
map is just a loop
I first encountered it while learning Scala. Having written mostly procedural code up until then, functional programming was certainly a challenge. I eventually got used to reading and writing immutable code, although I feel debugging will always be an issue. Since then, I have seen immutable patterns creep in and… Read more
