Immutable types: understand their benefits and use them(codebetter.com)
submitted by
davehogue(160) 4 years ago
There is a powerful and simple concept in programming that I think is really underused: Immutability
Basically, an object is immutable if its state doesn’t change once the object has been created. Consequently, a class is immutable if its instances are immutable.
|category: Patterns
|Views: 4
tags:
Patterns another
Everyones tags:
Your Tags: