aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.91k stars 1.4k forks source link

Modernized null checks by using `nameof()` operator #171

Closed Lehonti closed 11 months ago

Lehonti commented 1 year ago

Also, decomposed some composite null checks into several, so that the exception would be more specific

Checklist

Lehonti commented 1 year ago

@aalhour any plans to merge this? It's a quick and easy way to improve the code