|
|
|
|
|
by mikeash
4442 days ago
|
|
Not all languages with getter/setter support will invoke them automatically like this. For example, it's not possible in Java or Objective-C to make an expression of the form a == b, where a and b are plain variables, have any side effects. |
|