|
|
|
|
|
by yarg
3064 days ago
|
|
I really don't like the concept of a 10X developer - it implies linear scaling. If you keep writing very similar implementations of very similar things (without actively damaging the code-base) you may very well be an O(n) developer. You keep working at the same pace regardless. If you are a developer of some calibar, the work that you've already done will feed back into the work that you're doing - making you an O(log(n)) developer, until the work levels out and you slip back toward o(n). Then there's the other end of the stick, the idiot who has no business writing code, but who management keeps around because he's cheap in the short term.
Everything he touches turn to shit, each change corrupts the code base just a little more, and each change to the corrupted code takes an amount of time proportional to the level of corruption.
This is the O(k^n) developer, and he needs to be stopped. |
|
> Everything he touches turn to shit
> he needs to be stopped.
You'll never take me alive.