Why great coders get paid far too little
codecraft.info
Why great coders get paid far too little
1–9 of 9 posts
Re: Why great coders get paid far too little
#2Re: Why great coders get paid far too little
#3Here is a point I made at that blog...One very small piece of this puzzle I havent read here I work for a global investment bank and here we manage risk. Paying one person 3x to do the work of 5 headcount is great until that person gets sick, moves to Iceland to get married, quits to go on Beauty and the Geek, gets burnt out, falls off a bridge, etc. Then you are screwed. That is a huge problem from a management per…
Re: Why great coders get paid far too little
#4Here is a point I made at that blog...One very small piece of this puzzle I havent read here I work for a global investment bank and here we manage risk. Paying one person 3x to do the work of 5 headcount is great until that person gets sick, moves to Iceland to get married, quits to go on Beauty and the Geek, gets burnt out, falls off a bridge, etc. Then you are screwed. That is a huge problem from a management per…
Re: Why great coders get paid far too little
#5Re: Why great coders get paid far too little
#6Here is a point I made at that blog...One very small piece of this puzzle I havent read here I work for a global investment bank and here we manage risk. Paying one person 3x to do the work of 5 headcount is great until that person gets sick, moves to Iceland to get married, quits to go on Beauty and the Geek, gets burnt out, falls off a bridge, etc. Then you are screwed. That is a huge problem from a management per…
I wouldn't say you're screwed. I'd say you just need to get another equivalently high-powered person to sub in. It'd take them a while to load the code into their head, but so does any replacement programmer. And, if you do know how to get Eric, getting just one more is probably not that hard.
Re: Why great coders get paid far too little
#7Earlier quoted context omitted.
I wouldn't say you're screwed. I'd say you just need to get another equivalently high-powered person to sub in. It'd take them a while to load the code into their head, but so does any replacement programmer. And, if you do know how to get Eric, getting just one more is probably not that hard.
ecuzzillo, your point is valid but in the environment of a large company, hiring can take months, there is a huge administrative expense associated with the hiring process and the top 1% is still the top 1%...hard to find even if you had already found the first Eric.
Re: Why great coders get paid far too little
#8Here is a point I made at that blog...One very small piece of this puzzle I havent read here I work for a global investment bank and here we manage risk. Paying one person 3x to do the work of 5 headcount is great until that person gets sick, moves to Iceland to get married, quits to go on Beauty and the Geek, gets burnt out, falls off a bridge, etc. Then you are screwed. That is a huge problem from a management per…
Re: Why great coders get paid far too little
#9Here is a point I made at that blog...One very small piece of this puzzle I havent read here I work for a global investment bank and here we manage risk. Paying one person 3x to do the work of 5 headcount is great until that person gets sick, moves to Iceland to get married, quits to go on Beauty and the Geek, gets burnt out, falls off a bridge, etc. Then you are screwed. That is a huge problem from a management per…
I think that ties into what the author said about the advantage of mediocre teams for long term projects. Its sometimes better to having something kludgy and understandable than an elegant hack that no one else will understand.
Think of the problem in terms of compression. You can compress via syntax or by semantics. In the first case you end up with gzip and an unreadable compact mess. In the second you end up with a better, more elegant program, expressed via core, largely orthogonal concepts. For some reason you seem to think that a good programmer works like gzip. That's simply wrong.