Toggle navigation
Collections
Fun
Jokes
Fortune
Photo
Nicknames
Blog
ﻮﺑﻻگ
Iran
Don't Get Suckered In By The Comments -- They Can Be Terribly Misleading.
Home
›
Fortune Cookies
›
Miscellaneous Collections
Don't get suckered in by the comments -- they can be terribly
misleading. Debug only code.
-- Dave Storer
Related:
Don't get suckered in by the comments -- they can be terribly misleading.
Debug only code. -- Dave Store...
winged comments n. Comments set on the same line as code, as opposed to boxed comments.
In C, for example: d = sqrt(x*x + y*y); /* distance from origin */ Generally these refer only to the action(s) taken on that line....
I was born to Code, Compile, Link, Test, Debug!
C Jack code. C code run. C Jack debug.
winged comments: n. Comments set on the same line as code, as opposed to {boxed comments}.
In C, for example: d = sqrt(x*x + y*y); /* distance from origin */ Generally these refer only to the action(s) taken on that line....
Make sure your comments and your code agree.
If the code and the comments disagree, then both are probably wrong. -- Norm Schrye