Mutability in Code
Jul 9, 2021 · 6 min read · In this article, we will talk about mutability, what it means, and the different trade-offs relevant to it when programming. What is mutability? A mutable value is one that can change during the execution of the program. It means that we can create a...
Join discussion

