Feeds:
Posts
Comments

Archive for January 12th, 2005

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 [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.