DEV Community

Discussion on: How C# 8 Helps Software Quality

Collapse
 
integerman profile image
Matt Eland

That's a huge part of why I'm learning F#. I believe the language's conciseness improves software quality significantly by reducing potential points of failure and increasing the amount of meaningful code that can be focused on (in addition to the other quality benefits it offers via null handling, preferring immutable objects, etc).