in reply to You need more coffee when...
Once, years ago, while trying to compile a Pascal program, I wasted over an hour, trying to find out why the compiler was unable to find a subroutine that was obviously in my file -- right in front of my face!
The problem turned out to be a Pascal style { comment } many screens away was missing it's closing brace, like this:
{ comment number one subroutine one { comment number two } subroutine two
So the compiler thought my code was commented out and I thought it was code! That was the day I started using syntax colors in my text editors. When a big section of code is colored as grey, the cause is obvious!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: You need more coffee when...
by biosysadmin (Deacon) on Apr 17, 2004 at 04:24 UTC |