Comment: Clear case ? Pshaw! (Score 1) 182
Comment: What your boss really wants to hear... (Score 1) 520
(or maybe China)
Seriously, if you need to worry about "seating arrangements", you probably need a housecleaning. If the work is so mindnumbing that where/how a developer sits is important, maybe offshoring it would be doing the employees a favor...
Comment: Everyone over 40 isn't a COBOL programmer... (Score 1) 599
As stated elsewhere, one cause is probably just burning out and moving on to something else. Or moving to the position of manager who's making those hiring decisions. Or, if you're actually good at software engineering, moving into consulting.
ftm, if you're a great developer w/ lots of experience, you probably also have a pretty wide network. The last 16+ years of my career, CV's have been just a formality (if required at all), cuz I already knew the hiring manager.
Linux Kernel 2.6.32 Released 195
from the download-compile-reboot-repeat dept.
Comment: No, they're not worth it. (Score 1) 345
Here's a little exersize you might want your boss to be involved in:
- Grab an arbitrary piece of code from outside your organization.
- Inject 10 or so errors or other issues into it
- Divide your usual review crew into 2 groups to review the code separately.
- Tell one group that the code was written by a new intern, so you'd like them to eyeball it.
- Tell the other group that the code was written by your most senior developer (preferably, one w/ a big ego), and they need to review it "cuz the boss says we have to"
- Compare how many issues each group finds/reports.
I suspect you already have a good idea what the outcome will be. That should be enough to tell you how effective code reviews are.
Automated code formatters/code inspectors, along with decent compilers/linkers (or interpreters) will surface most of the issues that code reviews find.
Instead of pissing away valuable developer time, put those reviewers to work writing and executing tests. Right away, you'll discover whether the code is testable. And then you'll discover whether its actually correct.
Tests don't have egos, agendas, personal axes to grind, or coworkers they don't want to piss off. They don't take vacations or sick days. They don't have opinions about the author of the code. They usually don't leave the company. They generally don't have an opinion about how many/few comments there are, or if the code has been formatted to corporate spec (unless those tests are executed as part of the automated tools mentioned above). Sure they can be drudgery to write, but its the only real way to know if the code actually does whats its supposed to.
Comment: Re:If thats the "10 coolest"... (Score 1) 198
Of course, TFA's author apparently couldn't be bothered to do that either...
Comment: If thats the "10 coolest"... (Score 0) 198
Clue for the TFA'a author: there are lots of very interesting open source projects that don't have a damn thing to do with Linux!
Comment: Re:Glaring Omission: Groovy (Score 1) 415
(Note to self: use Edit->Find... before commenting)
But I still think its important enough to deserve more than a single passing comment.