How to dealing with the "programming blowhard"?

Posted by Peter G. on Programmers See other posts from Programmers or by Peter G.
Published on 2010-09-09T20:29:03Z Indexed on 2011/02/04 7:33 UTC
Read the original article Hit count: 404

Filed under:
|

(Repost, I posted this in the wrong section before, sorry)

So I'm sure everyone has run into this person at one point or another, someone catches wind of your project or idea and initially shows some interest. You get to talking about some of your methods and usually around this time they interject stating how you should use method X instead, or just use library Y. But not as a friendly suggestion, but bordering on a commandment. Often repeating the same advice over and over like a overzealous parrot.

Personally, I like to reinvent the wheel when I'm learning, or even just for fun, even if it turns out worse than what's been done before. But this person apparently cannot fathom recreating ANY utility for such purposes, or possibly try something that doesn't strictly follow traditional OOP practices, and will settle for nothing except their sense of perfection, and thus naturally heave their criticism sludge down my ears full force. To top it off, they eventually start justifying their advice (retardation) by listing all the incredibly complex things they've coded single-handedly (usually along the lines of "trust me, I've made/used program X for a long time, blah blah blah").

Now, I'm far from being a programming master, I'm probably not even that good, and as such I value advice and critique, but I think advice/critique has a time and place. There is also a big difference between being helpful and being narcissistic. In the past I probably would have used a somewhat stronger George Carlin style dismissal, but I don't think burning bridges is the best approach anymore.

Maybe I'm just an asshole, but do you have any advice on how to deal with this kind of verbal flogging?

© Programmers or respective owner

Related posts about advice

Related posts about social-skills