Hacker News new | ask | show | jobs
by hirvi74 311 days ago
The language has also made great strides to increase readability and decrease verbosity. I have been loving a lot of the changes over the years.
1 comments

Yes; very underrated in this regard with respect to how terse the language is now. Especially switch expressions and pattern matching. C# pattern matching is incredibly rich[0], terse, while being eminently readable.

[0] https://timdeschryver.dev/blog/pattern-matching-examples-in-...