in reply to Avoiding silly programming mistakes
And then I write some C, and I keep forgetting parenthesis around function arguments. Or forget that my variables need to be declared upon entering a scope. And that they don't need sigils, but may need casting. And when my job still required me to use Pascal, I tried using /* */ comments in Pascal, and (* *) comments in C. Worse is trying to use // comments in C, as some compilers accept it, and others don't.
And when (interactively) querying a database, the client has to remind me over and over again that 'cd' and 'ls' aren't valid commands.
Retirement or death, which ever comes first, will be the moment I stop making "doh" mistakes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Avoiding silly programming mistakes
by rir (Vicar) on Aug 20, 2008 at 13:57 UTC | |
|
Re^2: Avoiding silly programming mistakes
by GrandFather (Saint) on Aug 20, 2008 at 10:11 UTC | |
| |
|
Re^2: Avoiding silly programming mistakes
by moritz (Cardinal) on Aug 20, 2008 at 10:12 UTC | |
by jhourcle (Prior) on Aug 20, 2008 at 12:59 UTC |