Hi there,
This morning a was writing a piece of code and it made me wonder what the best possible way is to write this code.
Because a string is immutable in .NET, is it really that bad to create a new instance for each iteration?
Your thoughts on this please.
*For a short code illustration, check out http://silverappy.wordpress.com/2011/04/21/string-declaration-in-iteration/