|
|
|
|
|
by tigershark
2615 days ago
|
|
I have seen side effects for completely unrelated fields in setters. Heck, I’ve even witnessed side effects in bloody getters.
This is the reason why now I’m a huge fan of immutable objects.
Actually nowadays I became a fan of functional languages with first class immutability support. |
|