...Is the suggestion on every concatenated string to use String.Format(). String.Format is great for some things (localization particularly) but I don't know, seems like maybe some newer developers might take the suggestion that String.Formatting everything is better than simple concatenation which, from a performance standpoint, it is not. (no, it's also not gonna totally destroy your program...but a bad practice is a bad practice c'est no?)
Tags:
ReSharper Tools