DEV Community

Discussion on: How to write IMMUTABLE code and never get stuck debugging again

Collapse
 
andreidascalu profile image
Andrei Dascalu

I always dislike the formulation "immutable code". Depending on understanding, code is either always mutable or always immutable.
But here we are talking about the data that the code manipulates.