Bad code again
Here is another symptom of bad code, bad non object oriented java code.
7000 lines of code, 2 methods. One method retr
This is one of the methods (from our product code, dont tell):
public String getFrontPage() {
return this.frontPage;
}
So, the other 7000 lines are, guess what, in one method.
i didnt even know this is possible, as java has limits on methods.
this is the scm's job. when someone checks in code with ginormous methods, their manager should get emailed and their picture projected out onto the parking lot with "dumbass" right below.
heartsheep
July 30th, 2007 2:15pm
Thanks for pointing that out, Bot. I look forward to getting the modified code, refactored, tested, and deployed.
Thanks!
I feel your pain. We just had a technical interview here for a candidate. While his availability and price are good, his competency was somewhat lacking. When asked to sort an array of integers, he could not.
I'd like to point out that this is the second round of screening.
integers? Who uses integers these days. So old fashioned. You need to get real!
Kthx Bai
July 30th, 2007 4:20pm