Linked by Thom Holwerda on Fri 15th Feb 2013 10:40 UTC
Thread beginning with comment 552611
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]: Code Review
by Bill Shooter of Bul on Fri 15th Feb 2013 14:55
in reply to "RE[2]: Code Review"
Really? Well,I guess I've never read outsourced code that did what was required...
When companies I've worked for have out sourced work, we just expect to spend a certain amount of time cleaning it up/ rewriting sections.
When companies I've worked for have out sourced work, we just expect to spend a certain amount of time cleaning it up/ rewriting sections.
You are right, one of my specialities in consulting is clean up off-shore code. Yes there are such type of projects.
But there is only so much you can do when you have teams of > 30 developers producing new code every day.
So we only focus on the critical components and test the remaining ones as a black box.
Welcome to the Fortune 500 consulting world...
moondevil,
"After a few sessions of off-shore code review, one really stops caring about code quality as long as what was requested works."
With all due respect, -10
I've dealt with too much bad code to write it off as ok as long as it works...
Obligatory link to the obfuscated c contests:
http://ioccc.org/years.html
Incidentally, I wish these contests would focus more on algorithmic obfuscation rather than source code obfuscation. I am not impressed with code that's unreadable because of shortened variable names and whitespace elimination. The best obfuscated code is code which is still incomprehensible even though it uses proper whitespace conventions and comments 
...snip...
Obligatory link to the obfuscated c contests:
http://ioccc.org/years.html
Incidentally, I wish these contests would focus more on algorithmic obfuscation rather than source code obfuscation. I am not impressed with code that's unreadable because of shortened variable names and whitespace elimination. The best obfuscated code is code which is still incomprehensible even though it uses proper whitespace conventions and comments
IOCCC is in fact one of those contests. You won't win anything in IOCCC if your code is obvious after running it through indent.
BTW, I think my favourite from this contest is:
http://www.ioccc.org/years.html#1998_banks





Member since:
2005-07-08
After a few sessions of off-shore code review, one really stops caring about code quality as long as what was requested works.