Closed lahma closed 1 year ago
Had some nice catches like Append should use char instead of string, more performant StringComparison.Ordinal and method could be static for example.
Append
char
string
StringComparison.Ordinal
Had some nice catches like
Append
should usechar
instead ofstring
, more performantStringComparison.Ordinal
and method could be static for example.