Hilarious BugFix By Developer
-
Recently in a CodeReview I found that a developer was using two variables in Web.Config like ConnectNetwork1, ConnectNetwork. In the code he was using one variable to Chat and Other variable to transfer files, which was giving a bug. When I pointed out, now he has copy pasted the same value in both the keys, while the expected result was to maintain a single key and correct code accordingly. See how some people think differently.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Recently in a CodeReview I found that a developer was using two variables in Web.Config like ConnectNetwork1, ConnectNetwork. In the code he was using one variable to Chat and Other variable to transfer files, which was giving a bug. When I pointed out, now he has copy pasted the same value in both the keys, while the expected result was to maintain a single key and correct code accordingly. See how some people think differently.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Did you say 'think' ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Did you say 'think' ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I assume he did think about it for a second and thought that he would always recognize the situation and correct for it. That's the lazy way out in my opinion. Phil