|
|
|
|
|
by _old_dude_
983 days ago
|
|
I remember James Gosling saying, a long time ago, that the whole class should be either mutable or not so you do not need to tag some methods with const. The consequence is that you may define two classes, one non-mutable and one mutable like String/StringBuilder. |
|