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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How long does it take for you to become productive in a new job?

7 点作者 alansammarone超过 7 年前
By that I mean, understand the current system &#x2F; requirements for new system in such a way that you effectively work alone, if you need.<p>And in general, how is the on boarding process? Do you normally have a mentor&#x2F;guide to ask questions, or do you just learn by doing? Do you do pair coding in the first few weeks?

6 条评论

gvajravelu超过 7 年前
One of my mentors, a former Fortune 500 CEO turned business school professor, told me it takes 2 years for an employee to become full trained in a job. I&#x27;ve found that to also be true for technical jobs.<p>I&#x27;ve also found that it takes about 6 months to start understanding the system without hand holding from a manager or senior developer.<p>To get up to speed, I&#x27;d recommend starting with the smallest projects first: simple bug fixes, pair programming, and doing some support work. That will get you seeing how the software is used and which lines of code correspond to the different pieces of software. You can move on to bigger projects once you get your feet under you.<p>I wrote more about getting up to speed at a new job on my blog: <a href="https:&#x2F;&#x2F;www.climbuptheladder.com&#x2F;how-to-succeed-in-a-new-job&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.climbuptheladder.com&#x2F;how-to-succeed-in-a-new-job...</a>.
Insanity超过 7 年前
That really depends on the company and the software they are building.<p>I work in healthcare and before I was hired I was told it would take me about 6 months to become productive (understand the system, the jargon,..).<p>The first month I had a mentor that I did some pair programming with, in which I was mostly watching at first and then being the programmer. I also had courses on how to use the software and was taken to many meetings to get &#x27;context&#x27; of what we worked on.<p>All in all I became productive around 4-5 months (developing new features without bothering colleagues too much and leading some own projects)<p>--<p>At a job before the current one I was not really guided at all, but they had written tutorials about how to work with their software. And in the tutorial you build a &#x27;new&#x27; feature as you went along using more and more complex features of their framework.<p>No pair programming and actually felt more like a university course (as you kind of got graded via code reviews and had to retake a tutorial step if you failed).<p>I would actually recommend the first approach.
marktangotango超过 7 年前
One or two days; setup dev environment, database connections(local or remote), checkout code, build, start, debug. Start working tickets, features or bugs. Ask for direction when I need it. I usually don&#x27;t. The truth is in the code, if you ask you just get people&#x27;s out dated information. But I&#x27;ve working the same stack for &gt; 10 years (Java enterprise).<p>Learning the domain takes longer of course, but you don&#x27;t need domain knowledge to fix bugs or put buttons on a page.
akulbe超过 7 年前
I would think it would depend on many factors.<p>For starters:<p>1. What the nature of the work is.<p>2. What the culture of the company is, and if you have adequate help from other folks you work with.<p>3. How quickly you learn.<p>That makes it a challenging question to answer, as it seems like a moving target.
ankit84超过 7 年前
I&#x27;ll say, when you join a new company, it takes some time when you feel you are &quot;involved&quot; and care about the company.<p>&gt; If the product involves 50+ engineering team members, then 2-4 months takes you to onboard, and post that you learn new things and feel involved in day to day.
psyc超过 7 年前
Time to minimal productivity, at the cost of pestering coworkers often: a few days. Time to basic, awkward autonomy: a few weeks. Time to full participation: about a year. Time to leadership: 2-4 years.