Timeline for How does one decide if a data object type should be designed to be immutable?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 14, 2014 at 18:45 | comment | added | kevin cline | @Ricket: not so much IMO. Stack/heap depends on the object lifetime. It is very common in C++ to have mutable objects on the stack. | |
| Mar 13, 2014 at 19:47 | history | edited | kevin cline | CC BY-SA 3.0 |
added 73 characters in body
|
| Feb 29, 2012 at 2:26 | comment | added | Ricket | Sounds a lot like how to choose between stack and heap when writing C or C++ :) | |
| Feb 28, 2012 at 17:05 | history | answered | kevin cline | CC BY-SA 3.0 |