Jeff Atwood makes a complaint about “performance programmers” breaking his code. In his example, Jeff shows the following snippet of code: If Value <> “” Then If nvc.Item(name) = “” Then nvc.Add(name, Value) End If End If … which was then changed to by the performance programmer.: If Value <> String.Empty Then [...]
Archive for January 12th, 2005
Null, Empty Strings and Performance Programmers
Posted in Everything, Software Development, tagged C#, Code on January 12, 2005 | 3 Comments »
