All Programmers are not created equal
-
It took them a couple of years after I met him (and a couple more projects that nearly floundered because of him) before he was convinced to seek his fortune elsewhere.
Software Zen:
delete this;
Gary R. Wheeler wrote:
before he was convinced to seek his fortune elsewhere
Perhaps he joined Microsoft to help them fix the void/int bug! :-D
:josh: My WPF Blog[^] Without a strive for perfection I would be terribly bored.
-
Todd Smith wrote:
one of those developers who had negative productivity
Yes, I did. The guy actually created negative progress wherever he worked. His programming was so bad (crowd: "how bad was it?"), you didn't want to read it. You certainly didn't want to talk to him about it, because he could endlessly justify the ineptly Byzantine way he did things. Here's an example:
#define void int
That was to fix "a bug in the compiler" :wtf:.
Software Zen:
delete this;
My favorite for C++ was:
#define private public
Todd Smith
-
My favorite for C++ was:
#define private public
Todd Smith
Todd Smith wrote:
#define private public
That's just plain Evil. :suss:
:josh: My WPF Blog[^] Without a strive for perfection I would be terribly bored.
-
My favorite for C++ was:
#define private public
Todd Smith
Todd Smith wrote:
#define private public
I saw it in one of Herb Sutter's stories :) Have you actually seen it in real life?
-
It took them a couple of years after I met him (and a couple more projects that nearly floundered because of him) before he was convinced to seek his fortune elsewhere.
Software Zen:
delete this;
Gary R. Wheeler wrote:
he was convinced to seek his fortune elsewhere
Does that mean he was promoted to management? :~
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopes -
Gary R. Wheeler wrote:
before he was convinced to seek his fortune elsewhere
Perhaps he joined Microsoft to help them fix the void/int bug! :-D
:josh: My WPF Blog[^] Without a strive for perfection I would be terribly bored.
Nope. (snicker, snicker) He was hired by one of our competitors.
Software Zen:
delete this;
-
My favorite for C++ was:
#define private public
Todd Smith
-
Nope. (snicker, snicker) He was hired by one of our competitors.
Software Zen:
delete this;
Gary R. Wheeler wrote:
He was hired by one of our competitors.
I assume you mean "ex-competitors." :)
:josh: My WPF Blog[^] Without a strive for perfection I would be terribly bored.
-
All Programmers are not Created Equal[^]
(that is, 10x difference)
If that's the case then why aren't they getting paid 10x as much :confused: Have you ever had to work with one of those developers who had negative productivity? Most everything they wrote had to be redone and while they wrote it they required the assistance of other people thus taking up their time as well.
Todd Smith
"If you were marooned on a island with the natives that are cannibals, and you had to program your way off the island, who would you want to be there to help you?" No one, because we would just argue about the best way to code ourselves off the island. :doh: Love programming, hate programmers. :)
-
My favorite for C++ was:
#define private public
Todd Smith
When we made the switch from pascal to C++, my boss wanted me to do this:
#define begin {
#define end }"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
All Programmers are not Created Equal[^]
(that is, 10x difference)
If that's the case then why aren't they getting paid 10x as much :confused: Have you ever had to work with one of those developers who had negative productivity? Most everything they wrote had to be redone and while they wrote it they required the assistance of other people thus taking up their time as well.
Todd Smith
Todd Smith wrote:
Have you ever had to work with one of those developers who had negative productivity? Most everything they wrote had to be redone and while they wrote it they required the assistance of other people thus taking up their time as well.
That's a two way street. I've worked with idiot developers where I've had to redo everything. Conversely, I've ended up in situations where my work has been redone because it was too complicated for the inhouse developers to understand and maintain. Different symptoms, same disease--bad management, no budget for design and documentation, etc. Marc
-
I know I'm a better programmer than a lot of the people I've worked with, at least at certain things. I'm not quite bastard enough to throw it in their faces, though. Except when it comes to GUI code. These guys suck, which they freely admit.
Software Zen:
delete this;
Gary R. Wheeler wrote:
I know I'm a better programmer than a lot of the people I've worked with
Sunrise Wallpaper Project | The StartPage Randomizer | A Random Web Page
-
All Programmers are not Created Equal[^]
(that is, 10x difference)
If that's the case then why aren't they getting paid 10x as much :confused: Have you ever had to work with one of those developers who had negative productivity? Most everything they wrote had to be redone and while they wrote it they required the assistance of other people thus taking up their time as well.
Todd Smith
Todd Smith wrote:
developers who had negative productivity
hahahahahahaha Yes :mad:
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy The people in the lounge said I should google for the answer to a programming question but I do not know what search engine to use
-
All Programmers are not Created Equal[^]
(that is, 10x difference)
If that's the case then why aren't they getting paid 10x as much :confused: Have you ever had to work with one of those developers who had negative productivity? Most everything they wrote had to be redone and while they wrote it they required the assistance of other people thus taking up their time as well.
Todd Smith
A good programmer, on a good day, is ten times more productive than an average one. It's the managers job to make sure the programmer gas as many good days as possible.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
My first real C# project | Linkify!|FoldWithUs! | sighist -
"If you were marooned on a island with the natives that are cannibals, and you had to program your way off the island, who would you want to be there to help you?" No one, because we would just argue about the best way to code ourselves off the island. :doh: Love programming, hate programmers. :)
I'd want the dumbest idiot I could find. The native could eat him first, giving me more time to code my escape.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
When we made the switch from pascal to C++, my boss wanted me to do this:
#define begin {
#define end }"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001I did that to mess with my C++ teacher :P
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe -
My favorite for C++ was:
#define private public
Todd Smith
I once saw this in a program #define ever (;;) It was then used in a for statement for ever{ ... }
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopes -
All Programmers are not Created Equal[^]
(that is, 10x difference)
If that's the case then why aren't they getting paid 10x as much :confused: Have you ever had to work with one of those developers who had negative productivity? Most everything they wrote had to be redone and while they wrote it they required the assistance of other people thus taking up their time as well.
Todd Smith
Maybe I'm in a bad mood (and I think that is the case) but that's a blog about absolutely nothing. You can say that about sandwich makers, barristas, wives, pilots, plumbers. Whoop! Whoop! Hey I've got one. The sky is blue! No seriously... go look!:-D
-
When we made the switch from pascal to C++, my boss wanted me to do this:
#define begin {
#define end }"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Yeah, MACROs can be evil - that reminds me an amusing link: The Secret to Better C - Worse Than Failure[^]
-
All Programmers are not Created Equal[^]
(that is, 10x difference)
If that's the case then why aren't they getting paid 10x as much :confused: Have you ever had to work with one of those developers who had negative productivity? Most everything they wrote had to be redone and while they wrote it they required the assistance of other people thus taking up their time as well.
Todd Smith
It happend to me once, but that developer got kicked out within two weeks. The project was trashed nonetheless, but the damages were kept within an acceptable range.
WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson My blog