We end up seeing guard clauses for string.IsNotNullOrWhiteSpace all the time (with their accompanying ArgumentException).
This should be easy - let's add NotNullOrWhiteSpaceString (or something shorter if I can think of a decent name!)
Suggestions welcome 😉
We end up seeing guard clauses for
string.IsNotNullOrWhiteSpaceall the time (with their accompanyingArgumentException).This should be easy - let's add
NotNullOrWhiteSpaceString(or something shorter if I can think of a decent name!)Suggestions welcome 😉