|
|
|
|
|
by moogly
273 days ago
|
|
I'm also not sure I have a lot of code where this would be useful, but adding it to the language I don't feel makes it worse in any way; in fact, it makes it more consistent since you can do conditional null reads and conditional null method invocations (w/ `?.Invoke()`), so why not writes too. |
|
I'm a fan of this notation because it's consistent but language design should not just add features because it doesn't hurt.