Coding
Data records in OOP land (starting with C# 9 records)
Records are cool, but I’m not sure I like that anonymous constructor business. new (2000, 1, 1) New WHAT? Now I have to dig into the object to figure out what it is? Code should Read more…