(Untitled)

Nov 08, 2007 10:35

Number one rule of programming :

Don't sweat on a problem for more than 2 hours. Chances are, you'll fix it in less than 2 minutes the following morning.

*headdesk*

Leave a comment

Comments 3

king_chiron November 9 2007, 05:23:49 UTC
I thought rule #1 was "You've got a typo somewhere?"

Reply

sileas November 9 2007, 07:58:12 UTC
Ah, but those are usually easy to solve with a debugger. :D I can easily see in Visual Studio where I went haywire with typos. If I program Java (Netbeans) or PHP (PHPEdit) it gets tougher to nail the typos.

Right now, I'm working on two inter-connected projects (one in C# and one in PHP). And I frequently try typing echo in C# and try to start my variables with $. In PHP, I try to Console.Writeline. *headdesk*

Reply


rane_ab November 9 2007, 18:15:41 UTC
ROTFLMAO! At least you got to feel real good after you solved it. ;-)

Reply


Leave a comment

Up