Linked by Thom Holwerda on Tue 18th Dec 2012 23:12 UTC
Thread beginning with comment 545828
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: "the code was completely uncommented"
by kwan_e on Wed 19th Dec 2012 07:28
in reply to "RE[2]: "the code was completely uncommented""
this same dev would insist on adding a comment every third or fourth line, for no reason at all that I could fathom.
My theory is that any "developer" who has unexplainable coding ticks must have suffered some kind of traumatic learning experience. These are people who develop rituals to ward off evil, not people who write code to solve problems.
RE[4]: "the code was completely uncommented"
by moondevil on Wed 19th Dec 2012 07:37
in reply to "RE[3]: "the code was completely uncommented""
Don't get me started in the quality of off-shore code.
One of my daily tasks in many projects is to improve said code to the quality expected by our customers.
So when the off-shore development time + mine adds up, it actually more expensive than having people doing on site to start with.





Member since:
2005-10-19
I once had to maintain an old VB6 app, which had features such as a Sub that traversed 12 pages! If that wasn't enough the original dev used the same handful of (badly named) variables all the way through this epic subroutine for different purposes!
But back to the comment thing; this same dev would insist on adding a comment every third or fourth line, for no reason at all that I could fathom. Highlights included things like:
and my personal favourite:
He would also always (and I mean always) end every Function and Sub with:
When I find him, there will be blood.