What was he thinking
-
I would've put this in coding horror except the code works fine.... just one of the funniest comments i've seen :) string[] chUsedMachines; chUsedMachines = new string[20]; /*if theres more then 20 machines we're screwed, but hey that checklist would take forever to complete so for the tester who got stuck with that one, lets call this little bugger his savior */
-
I would've put this in coding horror except the code works fine.... just one of the funniest comments i've seen :) string[] chUsedMachines; chUsedMachines = new string[20]; /*if theres more then 20 machines we're screwed, but hey that checklist would take forever to complete so for the tester who got stuck with that one, lets call this little bugger his savior */
Why not use List<String> ?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Why not use List<String> ?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link