> Spend more time trying to figure things out for yourself before asking for help. Isn't this obvious and don't most developers want to do this? I work with someone who basically refuses to figure things out for himself and goes from person to person trying to get us to tell him how to develop something. Eventually he throws so much cruft at a project until it works. It's been years and he asks the same questions. I'…
Why Rockstar Developers Don't Ask for Help
21–30 of 65 posts
Re: Why Rockstar Developers Don't Ask for Help
#22Re: Why Rockstar Developers Don't Ask for Help
#23I think this is a dangerous and terrible rule of thumb that will definitely damage culture. It's such an egotistical view that you're so smart, you don't need anyone to help you ever. I would rather work with a bunch of "non-rockstars" than a bunch of assholes. IMO, this deification destroys values like modesty and is generally counterproductive. If you're really looking to save everyone time, a good balance may be t…
I feel that when he makes the claim of "never" is where you are having a problem. You really should try to figure things out on your own because that is the only way to are going to permanently attach the solution to the problem. When others help you, the solution doesn't always stick and you are left coming back when you run into something similar months down the line. Now if you are banging your head into the desk…
Re: Why Rockstar Developers Don't Ask for Help
#24I came across this a while back and is what I tell all the newer people that I mentor: https://blogs.akamai.com/2013/10/you-must-try-and-then-you-m... Some people tend to miss the "You MUST try" part. I am more than happy to take a million questions of the "I tried x, y, z and saw a, b, and c; what's up?" variety. Where it gets frustrating are questions like "I haven't really tried to hunt this down yet, but how do I…
Like, a game developer, might be able to suggest "Object Pooling", "Dirty Bit" to optimize the game's performance, that a novice might not have much idea about.
Re: Why Rockstar Developers Don't Ask for Help
#25Re: Why Rockstar Developers Don't Ask for Help
#26Forming a good question often leads to the answer in of itself. By writing it down and emailing it instead, the person can answer it at their own leisure, and the response can be easily shared with the whole team to learn from.
Even better, if that fails, you now have a copy you can easily post to a github issue or mailing list (or stack overflow, if you prefer).
When I have trouble with something, instead of reaching for colleagues, google, or stack overflow, I just read the manual(s) top to bottom, multiple times if necessary, or the source code, or write prototyping test cases.
Even if it doesn't always solve my problem, the things I learned in the meantime always pays back later. The downside is I inevitably become the person to ask for help, and I'm always told "How do you know so much?", and I tell them exactly that, but they don't seem to get the hint, I'll see them again in the near future. I've even been previously termed as a kind of "real life stack overflow".
I suspect it may be a generational issue -- those of us who were left to solve difficult problems without the help of the internet have developed methods that do not include google and stack overflow.
Anyway, I do ask for help. I've studied destructive forces in software development teams, my current hypothesis is that ego is behind them all.
Re: Why Rockstar Developers Don't Ask for Help
#27> Spend more time trying to figure things out for yourself before asking for help. Isn't this obvious and don't most developers want to do this? I work with someone who basically refuses to figure things out for himself and goes from person to person trying to get us to tell him how to develop something. Eventually he throws so much cruft at a project until it works. It's been years and he asks the same questions. I'…
Re: Why Rockstar Developers Don't Ask for Help
#28This makes me wonder: is it also considered a bad thing for rockstar developers to look on the internet (stackoverflow etc.) for hints or solutions?
Re: Why Rockstar Developers Don't Ask for Help
#29This makes me wonder: is it also considered a bad thing for rockstar developers to look on the internet (stackoverflow etc.) for hints or solutions?
Re: Why Rockstar Developers Don't Ask for Help
#30I came across this a while back and is what I tell all the newer people that I mentor: https://blogs.akamai.com/2013/10/you-must-try-and-then-you-m... Some people tend to miss the "You MUST try" part. I am more than happy to take a million questions of the "I tried x, y, z and saw a, b, and c; what's up?" variety. Where it gets frustrating are questions like "I haven't really tried to hunt this down yet, but how do I…
The original post is very wrong because he sees it as an absolute. The trick, as with many things, is that it's a balance to be struck. You'll never learn anything if you ask someone else every small question, and you miss out on the full benefit of everyone else's skills and experience if you never ask anything.