QOTD
-
"You can see that the code has no reason to work, but does." :laugh:
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out nowOne of my former boss used to say about the code of the application which we were working on: "The code is correct but the order is wrong. Most of the bugs can be solved by changing the order of the statements". Surprsingly he was correct many times.
You have, what I would term, a very formal turn of phrase not seen in these isles since the old King passed from this world to the next. martin_hughes on VDK
-
One of my former boss used to say about the code of the application which we were working on: "The code is correct but the order is wrong. Most of the bugs can be solved by changing the order of the statements". Surprsingly he was correct many times.
You have, what I would term, a very formal turn of phrase not seen in these isles since the old King passed from this world to the next. martin_hughes on VDK
I had one of those just yesterday. Two different javascript includes, one (WebApp specific functions) dependent on the other (a javascript library we use on of our WebApps). Unfortunately, the WebApp specific had some immediate code that called a function in the library, and someone (OK, me) put it on the new master page first. It kept throwing "Object not found" errors and took me 5 minutes to figure it out and smack my head and go "you DORK!" Draugnar
-
"You can see that the code has no reason to work, but does." :laugh:
xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out nowBut the instant you made that observation, you create a schroedinbug[^] :)
--Mike-- Visual C++ MVP :cool: LINKS~! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ "That's what's great about doing user interface work. No matter what you do, people will say that what you did was idiotic." -- Raymond Chen