C# records immutability

This commit is contained in:
2021-07-30 17:17:45 +03:00
parent 52dae87a2d
commit 52dec9b278
2 changed files with 72 additions and 1 deletions

View File

@@ -1,2 +1,5 @@
# pages
# Some thoughts on programming
## [C# records and immutability](./RecordImmutability/README.md)
Possibly unwanted side effects with records.