|
|
|
|
|
by henrikschroder
2047 days ago
|
|
> Computation should look like computation. If you follow standard naming practices in C#, properties are distinct from fields, which means they do "look like" computation once you're used to it. Add null-conditional operators and null-coalescing ones, and you can get code that is overall much more readable and easy to reason about. |
|