Smart programmers
-
Fortunately, the code was not written by anyone over here. It was sold to our client by a Korean company. Our client moved the project to us, unsatisfied with the ones who previously 'developed' it.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Rajesh R Subramanian wrote:
It was sold to our client by a Korean company
So Americans blame Indian developers, and Indians blame Korean developers .. ? Ahhh, Globalization :D
I'm largely language agnostic
After a while they all bug me :doh:
-
Rajesh R Subramanian wrote:
It was sold to our client by a Korean company
So Americans blame Indian developers, and Indians blame Korean developers .. ? Ahhh, Globalization :D
I'm largely language agnostic
After a while they all bug me :doh:
MidwestLimey wrote:
So Americans blame Indian developers, and Indians blame Korean developers .. ?
so do the Koreans blame the American developers closing the loop or are there other countries involved?
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
-
MidwestLimey wrote:
So Americans blame Indian developers, and Indians blame Korean developers .. ?
so do the Koreans blame the American developers closing the loop or are there other countries involved?
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
-
I feel your pain...Espesially about the not documentaion. Not a single page. 1000s of source files, but no documents. Not. Even. One.
My pity for you. :sigh:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
El Corazon wrote:
so do the Koreans blame the American developers closing the loop or are there other countries involved?
Don't be silly. American programmers are perfect.
Jon Smith & Wesson: The original point and click interface
Oakman wrote:
Don't be silly. American programmers are perfect.
It's not like we crashed anything into a planet... oh wait... ;)
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
-
Oakman wrote:
Don't be silly. American programmers are perfect.
It's not like we crashed anything into a planet... oh wait... ;)
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
El Corazon wrote:
not like we crashed anything into a planet... oh wait...
I had a friend who was one of Lockheed's senior programmers on the orbiter mission. He pointed out that Americans don't use the metric system which allowed him to develop his theory that saboteurs from Canada were really to blame. :-D
Jon Smith & Wesson: The original point and click interface
-
Rajesh R Subramanian wrote:
A complaint was that the connection drops out exactly at 12 in the night. Half a day is gone and then I find this gem comment with relevant code:
I know it won't make you feel better, but this is a common problem here. One of the most common time formats we accept is time since midnight with a some nanosecond level of accuracy I always forget.... anyhow, because the time includes no date, you sometimes have to do a little extra math when it comes to elapsed time... or not as in some cases.
elapsedTime=currentTime-lastTime; // get elapsed time since last pass if (elapsedTime<0) exit(1); // we passed midnight, panic, exit!
That is more common than you would believe, sometimes even with the comments intact. Of course worse still are those who leave off the if statement at all, and accept time as gospel. When you see time move backwards in data review, you know someone forgot to handle the midnight roll-over. :sigh: Of all the time errors you can imagine, midnight roll-over I have fixed more often than any other. :sigh:_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
El Corazon wrote:
Of all the time errors you can imagine, midnight roll-over I have fixed more often than any other.
And I thought it was just me. That makes me feel better. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Bah! Tell 'em to dump it for a REAL mawnnster framework[^]! :)
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
I wish I could tell them that. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP