Less is more. We’ve all heard it, but when it comes to software quality, it’s definitely true. Less code means more quality.
Tag: Code Quality
How C# 8 Helps Software Quality
Take a look at how new C# 8.0 language features available now in .NET Core 3 can help improve the quality of released software.
Annotating Nulls in C#
In my prior post I talked about using functional programming null handling features. While this is a valid approach, it is also one that requires a lot of code changes to achieve. If you don’t want to make that drastic of a level of changes, there are a few other […]