Hacker News new | ask | show | jobs
by dgellow 1669 days ago
C#10 brings some nice quality of life, which is always welcomed. Not all releases have to be about huge changes.

For example file scoped namespace is a very simple but great change, improvement for lambdas, improvement for structs, all of this make it nicer and simpler to write readable code.

Edit: I would also love to see ADT in C#!