Top this one ...
-
... if you can. I honestly don't think it can be done. I recently started a new contract and I am working with some legacy code trying to implement some additional functionality. The guy who developed this "code" created an interface and he named it (drum roll) "Implementations". So you have other classes that are implementing "Implementations". No kidding. I could not make that one up if I tried. It would be really funny - if I did not actually have to work with this {deleted}. :mad:
-
... if you can. I honestly don't think it can be done. I recently started a new contract and I am working with some legacy code trying to implement some additional functionality. The guy who developed this "code" created an interface and he named it (drum roll) "Implementations". So you have other classes that are implementing "Implementations". No kidding. I could not make that one up if I tried. It would be really funny - if I did not actually have to work with this {deleted}. :mad:
So what are some methods in the interface Implementations?
-
So what are some methods in the interface Implementations?
Equally informative method signatures. "GetUpdate". No parameters, no return value. Does that tell you a lot? One that drives me crazy is "CheckEvents", which has absolutely nothing to do with a programming event, instead classes that implement Implementations (hard to write that with a straight face) X| run a stored proc to pull a date field from a SQL table.
-
... if you can. I honestly don't think it can be done. I recently started a new contract and I am working with some legacy code trying to implement some additional functionality. The guy who developed this "code" created an interface and he named it (drum roll) "Implementations". So you have other classes that are implementing "Implementations". No kidding. I could not make that one up if I tried. It would be really funny - if I did not actually have to work with this {deleted}. :mad:
rwestgraham wrote:
The guy who developed this "code" created an interface and he named it (drum roll) "Implementations". So you have other classes that are implementing "Implementations".
He probably coded with a "documenting" mindset. :doh:
Weiye Chen Give me the Death Note, and I'll cleanse the world...
-
... if you can. I honestly don't think it can be done. I recently started a new contract and I am working with some legacy code trying to implement some additional functionality. The guy who developed this "code" created an interface and he named it (drum roll) "Implementations". So you have other classes that are implementing "Implementations". No kidding. I could not make that one up if I tried. It would be really funny - if I did not actually have to work with this {deleted}. :mad:
-
So what are some methods in the interface Implementations?
void DoThis();
Stuff GetThat();
Trash TakeOut();I could go on...
Software Zen:
delete this;
-
... if you can. I honestly don't think it can be done. I recently started a new contract and I am working with some legacy code trying to implement some additional functionality. The guy who developed this "code" created an interface and he named it (drum roll) "Implementations". So you have other classes that are implementing "Implementations". No kidding. I could not make that one up if I tried. It would be really funny - if I did not actually have to work with this {deleted}. :mad:
-
-
What an idiot. I think a twelve year old can do better than that. What does the code do?
█▒▒▒▒▒██▒█▒██ █▒█████▒▒▒▒▒█ █▒██████▒█▒██ █▒█████▒▒▒▒▒█ █▒▒▒▒▒██▒█▒██
You might want to reverse your sentences and ask what the code does before assigning it to a group age?
-
... if you can. I honestly don't think it can be done. I recently started a new contract and I am working with some legacy code trying to implement some additional functionality. The guy who developed this "code" created an interface and he named it (drum roll) "Implementations". So you have other classes that are implementing "Implementations". No kidding. I could not make that one up if I tried. It would be really funny - if I did not actually have to work with this {deleted}. :mad:
Don't know if this is what you are looking for:
void cICustomerDialog::OnOK() { if (!m_bFlag) { } // more code down here }
Hehe, I found that a couple of weeks ago in a code that one of our customers delivered to us so we can improve the program.A polar bear is a bear whose coordinates has been changed in terms of sine and cosine. Personal Site
-
What an idiot. I think a twelve year old can do better than that. What does the code do?
█▒▒▒▒▒██▒█▒██ █▒█████▒▒▒▒▒█ █▒██████▒█▒██ █▒█████▒▒▒▒▒█ █▒▒▒▒▒██▒█▒██
Captain See Sharp wrote:
What does the code do?
The short answer is: It does not work. What else? :wtf: My problem is management thinks it does. You don't want any more details, trust me.
-
You might want to reverse your sentences and ask what the code does before assigning it to a group age?
-
Just that that sounded like a manager I used to know ;P
-
Captain See Sharp wrote:
What does the code do?
The short answer is: It does not work. What else? :wtf: My problem is management thinks it does. You don't want any more details, trust me.
rwestgraham wrote:
My problem is management thinks it does.
How can they think it works when it doesn't?
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.
-