Viewing 15 posts - 151 through 165 (of 322 total)
This falls under the use-it or lose-it category. I got this wrong even though I knew the answer.
It's a good QOD though.
I would like to know the reason behind this...
March 4, 2009 at 12:44 pm
I can't picture ever using this knowledge, but learning it is still cool.
March 4, 2009 at 12:27 pm
Steve Jones - Editor (2/27/2009)
Tom Garth (2/27/2009)
:cool:It's also just plain dumb to leave them laying around like that.
It's not necessarily question of smart of dumb. It's easy to keep control...
February 28, 2009 at 3:21 pm
It's definitely the clutter that bothers me. It can cause additional time to be wasted when maintaining or updating an application.
:cool:It's also just plain dumb to leave them laying around...
February 27, 2009 at 1:17 pm
Okay, I'll byte. What exactly is the definition of a physical join?
February 26, 2009 at 7:46 am
Steve Jones - Editor (2/18/2009)
February 18, 2009 at 12:33 pm
I maintain that it is possible that this CEO may have decided that this knowledge is indeed of value to him or her, and for reasons that are not known...
February 18, 2009 at 8:14 am
It is probably safe to assume that as CEO, the travel approval rule is one that he/she feels is important. I could speculate that travel time is unproductive, or that...
February 18, 2009 at 7:28 am
archie flockhart (2/12/2009)
This code works perfectly OK ( the unmatched block comment marker causes no problems because it is part of an inline comment):
print '1'
--/*note unmatched...
February 12, 2009 at 5:03 am
Charles Kincaid (2/11/2009)
Good point. But then
/*
Good comment not.
-/**/*/
does work. Does this remind you of the Perl parser?
That's not as bad as it seems when you break...
February 11, 2009 at 3:31 pm
Charles,
Regarding line (10). That is the same incorrect assumption that most of us made. Line 10 is not ignored. The comment begin marker causes the parser to search from the...
February 11, 2009 at 1:09 pm
Myles Sigal (2/11/2009)
It's the best way to remember which code was in the original block.
I thought that is what version control is for?
Version control isn't needed when making temporary edits...
February 11, 2009 at 11:27 am
Irish Flyer (2/11/2009)
February 11, 2009 at 10:46 am
That was FUN!
With all of the commenting that I use, permanent and temporary, I knew this would be a cinch. And like everyone else, I got it wrong. I think...
February 11, 2009 at 7:27 am
Viewing 15 posts - 151 through 165 (of 322 total)