|
|
|
|
|
by paulcole
1326 days ago
|
|
I didn’t say that LOC is the metric. My point is that if your productivity can be easily measured by LOC, then don’t tell me that LOC is a bad metric. If your duties are mentoring, show me the meetings you had, the action items from those meetings, and what changed as a result. Nearly every job’s productivity can be showed in a pretty simple way. It’s the people who argue that their contribution can’t be simply shown that are often not that productive. |
|
OK, so, I fundamentally disagree with the if condition.
This is in no small because of a previous coworker, in a place that shall not be named, who regularly duplicated entire class files rather than subclassing them, and his given argument when we challenged him on this was that he "couldn't subclass because the access specifiers were set to private" (yes really his defence was that bad).
Worse, I'd already added some "TODO: deduplicate this method" comments to the original, because the original was already a mess of copypasta code, and the new class duplicated all of these too.
So, a lot of new LOC that day, but none of them were good additions.