Sunday, October 24, 2010

Sloppiness

I see this EVERY DAY and it irritates me to no end:

Function fubar(myArg1, Myarg2)
wscript.echo “something here”
WScript.Echo “something else here”
end function


Do you see it?  Maybe I’m just OCD, but if you don’t care enough to make your code consistent (case, spelling and formatting) what else are you ignoring?

No comments: