TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

In over my head. How can I work with more advanced programmers?

59 点作者 chinmoy超过 12 年前

7 条评论

unwind超过 12 年前
<i>This Q&#38;A is part of a weekly series of posts highlighting common questions encountered by technophiles and answered by users at Stack Exchange [...] </i><p>In other words, this is some content from a different web site, which we're re-publishing here because we can. I don't get it, what would be the idea of this, except for "content is good"? That people who might be interested in questions like this don't read the relevant SE sites, so they "need" Ars to step in and re-publish it? It's weirding me out.
评论 #4650231 未加载
评论 #4650580 未加载
评论 #4649724 未加载
评论 #4650278 未加载
评论 #4649720 未加载
评论 #4650903 未加载
评论 #4650728 未加载
jiggy2011超过 12 年前
This is actually a problem I wish I had. I'd love to work with an uber programmer who was better than me as long as they had some patience , not too much ego and were happy to help me learn.<p>What I find is more common though is working with very sub-par developers who have no interest in advancing their skills.
评论 #4650246 未加载
评论 #4649621 未加载
评论 #4650223 未加载
评论 #4650801 未加载
评论 #4650919 未加载
评论 #4651122 未加载
codemac超过 12 年前
Show you'll put in the time, and I've found pretty much anyone will help you out with areas you are less confident in.<p>Also, I've found the Benjamin Franklin method of "ask someone to do something for you as a form of flattery" works amazingly well to get people to befriend/like you.
nnq超过 12 年前
For anyone thinking/saying things like this: "they all use the most modern aspects of C++ (C++11, template, lambda, etc, etc)":<p>Take a swim in the ocean of Lisp (Clojure/Scheme, whatever...) and you'll never feel overwhelmed by things like these again. You'll realize that you're all kinder-garden children and the only difference is that the rest had been playing with shinier toys... THE TRUTH IS BEYOND SYNTAX AND LANGUAGE FEATURES :)
dchichkov超过 12 年前
I'd suggest: try to understand the code, the problem and re-factor it to get rid of these extra abstractions and templates.<p>You will either be able to a) get rid of these unnecessary constructs b) understand why these were necessary in the first place.
pjscott超过 12 年前
In general, if you need to know something but you don't know it yet, a decent strategy would be to learn it. This is usually one of the more practical and pleasant options.
ExpiredLink超过 12 年前
&#62; Lo and behold, my new job is filled with programmers with 5-10 years experience of pure coding and they all use the most modern aspects of C++ (C++11, template, lambda, etc, etc).<p>Those are noobs. Look e.g. at V8 to see real, advanced C++ code: <a href="http://code.google.com/p/v8/source/browse/trunk/src/" rel="nofollow">http://code.google.com/p/v8/source/browse/trunk/src/</a>