Search results
25,761 chatty comments by "daVinci1980"
- Posted May 16, 2010 11:13am PDT You're sortof making my point with your last paragraph. I'm not saying that you should always return early, or that you should never return early....
- Posted May 16, 2010 8:24am PDT Also http://en.wikipedia.org/wiki/Anti-abortion_violence#Arson.2C_bombing.2C_and_property_crime
- Posted May 16, 2010 8:19am PDT That's fairly modern... http://en.wikipedia.org/wiki/Crusades
- Posted May 16, 2010 8:08am PDT But there are better mechanisms to deal with that sort of problem, which work in the face of unexpected behavior like exceptions. My favorite...
- Posted May 15, 2010 11:56pm PDT I keep coming back to this and face palming. It's seriously like you didn't even read the thread before you started posting.
- Posted May 15, 2010 11:54pm PDT Stay classy!
- Posted May 15, 2010 11:52pm PDT Do you realize that for most games, the marketing budget dwarfs the development budget? And I'm not talking about products that have been...
- Posted May 15, 2010 11:47pm PDT But it's not really easy to enforce, right? The RIAA has demonstrated that it is effectively a suicide attempt for a corporation to sue its...
- Posted May 15, 2010 11:43pm PDT No, you're being obtuse. My entire point is about the ethics and morality of entering into an arrangement with someone (who may or may not be a...
- Posted May 15, 2010 11:34pm PDT Incidentally (language lawyer time), this is incorrect. The behavior is only defined to return 0 if it is the main function that terminates...
- Posted May 15, 2010 11:26pm PDT I don't agree with your claim that software development arguments are pointless. I have these at work a lot, and the parties I argue with...
- Posted May 15, 2010 11:24pm PDT Right, but in mrtony's defense (and I don't at all agree with his assertion that early returns are evil), the value returned from the function...
- Posted May 15, 2010 9:30pm PDT "This logic" meaning "we can't make it appear native to every platform we're on", not anything you said. Sorry for the confusion.
- Posted May 15, 2010 9:29pm PDT This logic is so flawed. :( I worked on Fireworks many years ago, and we had a fairly simple, handrolled UI layer that you could write code to...
- Posted May 15, 2010 9:22pm PDT We have production code at my job that does this. It's exactly the case you would expect it to be: setupA() if (!condB) { goto cleanupA; }...