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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Switching from developer to project manager. What to keep in mind?

164 点作者 alaaf超过 8 年前
What is the most important thing to think about when you’re switching from a development to a (project) management position?

58 条评论

orbz超过 8 年前
Have spent about 5 years in Program&#x2F;Project Management, and 10 in Developer Lead roles, and the big thing I&#x27;d have to say about the PM world is that just because it has Management in the title doesn&#x27;t mean you&#x27;re a people manager.<p>You&#x27;re the developers&#x27; peer, and will have to do a good chunk of work convincing them that the work you think is important, is in fact important. Everyone has gut feelings on what the project should be and where it&#x27;s going. Your job is to provide hard evidence and tracking of that on behalf of the end user.<p>Also you&#x27;re not a full time dev anymore. Don&#x27;t take dev tasks on unless they&#x27;re menial and no one else wants to do them. Nothing undercuts trust like doing someone&#x27;s job for them.
评论 #13285299 未加载
评论 #13288017 未加载
评论 #13286484 未加载
rubidium超过 8 年前
The answer depends a lot on the industry&#x2F; product. But in general:<p>- Communicate, communicate, communicate. Give status updates. Ask for status updates. Get information from customers to your development team. Give updates from your dev. team to your customer.<p>-Be the voice of the customer. Know if it&#x27;s more important to be really good or just get the dang thing finished. Let the development team know &quot;we need to cut corners on this one because that&#x27;s what the customer wants&quot; if that&#x27;s what needs to happen (of course, don&#x27;t compromise safety).<p>-Take care of external roadblocks. Get API info, product specs, pricing, timelines, deadlines, etc... and find a way to effectively give it to the development team.<p>-Assume your dev team knows best how to build, test, and ship the product, but ask them questions to find out why. Don&#x27;t be authoritative, but rather put on the attitude of a student. E.g. &quot;I hear you saying we won&#x27;t be able to ship next week. Why is that? What caused that? Is there anything I could for our next project that would help prevent this from happening?&quot;<p>-Do project retrospectives.<p>-Learn the art of minimizing meeting length but maximizing their effectiveness. Communicate, communicate, communicate.
评论 #13284994 未加载
评论 #13286386 未加载
jives超过 8 年前
Many developers try to keep track of everything in their head. That won&#x27;t work as a PM.<p>Your time will usually be much more fractured than it was a dev, as you track multiple ongoing projects at various levels of detail. If you try to keep everything in your head, you will most likely start dropping balls, and if there&#x27;s anyone who shouldn&#x27;t drop balls, it&#x27;s a PM.<p>So, my advice: make lists and track the status of everything you can.<p>&quot;A large percentage of my time as a PM (project manager) was spent making ordered lists.&quot; - Scott Berkun [1]<p>[1] <a href="http:&#x2F;&#x2F;scottberkun.com&#x2F;2012&#x2F;how-to-make-things-happen&#x2F;" rel="nofollow">http:&#x2F;&#x2F;scottberkun.com&#x2F;2012&#x2F;how-to-make-things-happen&#x2F;</a>
评论 #13285410 未加载
评论 #13285885 未加载
评论 #13286271 未加载
LoSboccacc超过 8 年前
I did the switch. The hard part is leaving your previous shoes behind. While not mandatory you have to choose how to partition your time and set your priorities straight.<p>Chances are if getting promoted you are good at it, whatever that is, probably better than most your manages. Find someone that thinks in your same patterns and delegate as much technical issues to his guidance, so you will have no surprise if you need to turn your back at the technical aspects while solving budgeting&#x2F;timing&#x2F;serivces issues.<p>Be prepared to say no to improvements, that&#x27;s a hard thing to do for programmers turned managers. If you have a chance, get a 10% contingency on tasks so you can gift good devs with time to branch out their ideas.<p>Be sure to rotate menial tasks to prevent burnout, it&#x27;s easy to pin them always to the less skilled but that does nobody any favor.<p>Depending on your org structure it may be impossible to be autonomous on budget&#x2F;spending&#x2F;allocation, use that to negotiate timing. &quot;I need x to finish in this timeline or need the timeline shifted by y&quot; works most of the time if you&#x27;re not happy with a given objective, especially if x is controlled from above.
评论 #13285523 未加载
评论 #13286168 未加载
codebeaker超过 8 年前
Interestingly topical I shared this tweet [0] a day or two ago, repeated here to save you a click. Having switched from dev to CTO (which is like PM for every product in your company, when you&#x27;re small) it resonated with me. I personally think it&#x27;s my job to &quot;shield&quot; the team from any&#x2F;all external distractions.<p><pre><code> Dev productivity killers: * Notifications * Meetings * Emails * Interruptions Great managers block these. Bad managers cause them. </code></pre> Otherwise, I can only agree with the advice about structure, and discipline. I&#x27;m currently shopping around for something like <a href="https:&#x2F;&#x2F;github.com&#x2F;danger&#x2F;danger" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;danger&#x2F;danger</a> to help me do my job better by policing Trello automatically - we&#x27;ve had great experiences using this for Capistrano&#x27;s pull requests and I&#x27;d love to try this approach on Trello to police the rules we agreed to, but don&#x27;t necessarily always follow. That&#x27;d probably save me double digit hours each week.<p>[0]: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;_ericelliott&#x2F;status&#x2F;814082788378804224" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;_ericelliott&#x2F;status&#x2F;814082788378804224</a>
Sharma超过 8 年前
Most Important: Be humble.<p>You know how to program and do the technical design, but do not do that anymore.<p>Delegate the development&#x2F;technical tasks to your tech lead&#x2F;Sr Developer. Help&#x2F;Suggest them if they are overloaded or lagging behind but don&#x27;t impose your technical strategies. Delegate and delegate!<p>Keep everyone involved. Do not hide any information from team. Invite Sr Dev&#x2F;QA&#x2F;Tech leads to the meetings with clients(selectively).<p>Give importance to every team member. Involve them in decision making.<p>Finally, do all of the above based on the situations. Do not do everything all the time.<p>So...Manage all of this to become a good Manager!
Arcanum-XIII超过 8 年前
Don&#x27;t forget where you came from : you&#x27;re there to help grease the path forward, not to be a new cog for higher management. I&#x27;ve witness the change multiple time, and it lead to very bad pm... and don&#x27;t forget that you will fail sometimes one or the other parties involved - some dev will be disgruntled, management will be behind you with misunderstanding of the situation. Last thing : learn to communicate, you&#x27;re more than probably moved because of that !
ryanmarsh超过 8 年前
1. Don&#x27;t take anything personally.<p>2. Always remain calm and patient.<p>3. When people make bad decisions against your strong advice don&#x27;t feel the need to make their bad decisions a success.<p>4. Don&#x27;t own the failure of people who don&#x27;t understand software development. You&#x27;ll always be doing the best you can with what you&#x27;re given.<p>5. You&#x27;ll be remembered for your grace and professionalism.<p>6. Never tell a lie. Never get hand wavy.<p>7. Never use the word &quot;should&quot;. Normative speech has no place in software development. It will embarrass you.<p>8. Always protect your team from the bullshit that rolls down hill. They&#x27;ll notice. Then one day when you have to ask them to do something ridiculous they&#x27;ll know you fought like hell before you had to bring it to them.<p>9 &amp; 10. This goes without saying but don&#x27;t write checks (make commitments) you can&#x27;t cash. Projects will succeed or fail no matter how easy or hard they look at the outset.
评论 #13288827 未加载
cjcenizal超过 8 年前
I&#x27;ve never made that switch so I can&#x27;t give advice on how to PM effectively (that probably is also very team- and project-dependent). But I imagine it might be a challenge to completely leave the engineer mindset behind. So I&#x27;d be careful to avoid talking with engineers as if you&#x27;re still one of them, e.g. discussing technical challenges in depth, suggesting solutions, reviewing code. Stay focused on your new role as PM to avoid any confusion and keep the team humming along. Good luck!
cpeterso超过 8 年前
“Project Management for the Unofficial Project Manager” is a high-level but pretty complete introduction. It has good good examples from non-technical projects based on the Project Management Institute’s infamous “Project Management Body of Knowledge” (PMBOK).<p>Scott Berkun’s “Making Things Happen: Mastering Project Management (Theory in Practice)” details some of the less process-oriented, more “in the trenches” aspects to managing a project.<p>Steve McConnell’s “Rapid Development: Taming Wild Software Schedules” is more of an encyclopedia of software project management. Published in 1996, it’s now a bit dated, pre-dating Scrum and Agile but all those ideas have been known for a long time.
erikb超过 8 年前
Tip: Find a real PM platform and ask them what they hate about engineers turning PMs. Here you get a lot of advice from engineers who basically say &quot;be nicer to engineers than the other PMs I know&quot;. But there are reasons for these misunderstandings that go beyond PMs being arrogant pricks. If you can figure that out you&#x27;ll certianly have an easier life.
wai1234超过 8 年前
I&#x27;ll assume that PM is a real role in your company and not a glorified status metrics report generator.<p>The first thing to keep in mind is that being a PM has nothing to do with the skills of a developer other than to judge estimates and evaluate design decisions. It&#x27;s a DIFFERENT job. You&#x27;re not the developers&#x27; peer and you&#x27;re not s super lead (anyone who says those things is telling you they just want to be left alone to do whatever they want). So, here&#x27;s the simplest version:<p>A PM is responsible for WHAT everyone on the team is doing, a dev (team member) is responsible for HOW they will do the work assigned. That division of responsibility is not black and white but it&#x27;s a good razor to start with. Anyone who tells you it&#x27;s not a real management role or you&#x27;re not a people manager is badly mistaken. Because the PM role in most companies wields authority through persuasion, you are the only true people manager there is.<p>As the primary conduit between the world outside the project (with its many, often conflicting, stakeholders), and the world inside the project (with its many, often conflicting personalities, styles, and levels of experience), the PM has to deconflict both worlds and harmonize the two. That means you will always have to choose who to disappoint at any given moment.<p>The job of the PM is to maximize the value of the project for the company. Everything else is secondary. Note that value, in this case, covers a lot of ground from economics to morale and increased capability to tackle the next project. Always be prepared to explain your decisions on that basis, and, if you can&#x27;t, why are you deciding that way?<p>The final thing I would tell you to expect is to spend 2+ years at the role before you begin to become comfortable with it, if you ever do. You are either wired to be a good PM or you are not. The mechanics aren&#x27;t hard, the social dynamics and the situational awareness are.<p>Good luck!
amorphid超过 8 年前
As you probably know, estimating how long software takes to develop is at best challenging, and at worse impossible. Part of estimating how long something will take comes from some domain expertise. I encourage you to continue dabbling in the technologies you&#x27;re team uses, so what you know doesn&#x27;t drift too far from what your team knows.<p>Another reasons to keep dabbling is that you may decide you don&#x27;t like project management. If you work as a PM for two years without writing any code, trying to get back into development is gonna be much harder.<p>Lastly, as a code dabbler, don&#x27;t try being a developer yourself. That&#x27;s no longer your role. The occasional git commit to fix a typo or something is fine, but you don&#x27;t wanna be that guy who is a control freak, always refactoring the code your team delivers. If you wanna write code, stay in development.
giis超过 8 年前
If there is one thing I say &quot;Don&#x27;t _act_ like being nice to fellow team-members &amp; Don&#x27;t make fake urgency for specific task.&quot;<p>Most annoying thing : I can handle with some straight forward guys but not someone who fake like caring about you and your career, while actually fooling you. And remember those &#x27;urgent&#x27; task needs to completed in late nights or weekends and no one cares about it for months, stop pushing people just because you possess some-kind of authority. Be transparent.<p>All the best!
JimmyL超过 8 年前
Remember that you&#x27;re not a developer anymore, and that the way you contribute to the team isn&#x27;t coding. You&#x27;re moving from a role that focuses on concrete contributions, to a role that focuses on creating leverage so that others can contribute better.<p>Your job now is to manage the state of the projects you&#x27;re working on, and enable the developers on your teams. If you&#x27;re coding, you&#x27;re almost certainly not doing that to the degree you could be. The new job will be difficult. Change is hard, new skills are hard, and there are days you&#x27;ll want to just go code something because it&#x27;s easier to do and more fun.<p>Don&#x27;t do it.<p>Your priorities are enabling your team and making sure that everyone knows and is on board with the state of your projects. In your new job, the way you succeed isn&#x27;t by putting out code - it&#x27;s by your projects and teams succeeding.<p>Make sure you like the sound of these priorities; if you don&#x27;t, you should probably reconsider the change of roles.<p>Lastly, make sure that you understand what you&#x27;re accountable and responsible for. Project managers don&#x27;t (by default) have people responsibility, but at your company they might. Same question about doing product ownership, agile coaching, tactical team leadership, reporting, etc.
cerrelio超过 8 年前
These are based off my current experience in transitioning to a management role. I&#x27;m still a dev, but my manager is &quot;testing me out&quot; for a management role.<p>- Keep current on technologies, what your team uses and wants to use, and also technologies that might be useful.<p>- Know your developers&#x27; strengths and weakness, both technical and interpersonal.<p>- Time management. (Can&#x27;t stress this enough).<p>- Ask lots of thoughtful questions (informed by the first item in the list).<p>- Develop relationships with other managers, teams and executives. If you want to manager bigger things, those guys need to see you and know you can do it.<p>- Don&#x27;t hold grudges. At the end of the day, go home and forget about any bullshit that occurred.<p>- Trust your developers.<p>- Don&#x27;t be afraid to say no.<p>- Take risks. Accept responsibility when those risks turn into failures.<p>- Give genuine praise.<p>One sort of cultural thing to keep in mind. It may not apply to you though. After moving to the Bay Area several years ago I noticed that behavior with organizations often defaults to passive-aggressive, especially when there&#x27;s disagreement. Avoid being passive-aggressive and correct others (in a professional manner) when they&#x27;re being passive-aggressive. I used to deal with more aggressive people when I worked on the East Coast. You know where you stand at least. PA behavior allows bad sentiment to stew and kills progress of any sort. Being assertive most of the time will solve this.
评论 #13288952 未加载
maxxxxx超过 8 年前
- Avoid scheduling meaningless meetings. Make sure your meetings serve a purpose and are not just status updates.<p>- Encourage communication between different roles.<p>- Trust the developers. I like it when a project manager can talk code but in the end it&#x27;s the people who are doing the work who should make decisions.<p>- Protect your team from upper management. Don&#x27;t let senior managers assign work to your team members for their pet projects.
评论 #13285521 未加载
binarymax超过 8 年前
Above all else, remember the Iron Triangle.<p><a href="https:&#x2F;&#x2F;www.mindtools.com&#x2F;pages&#x2F;article&#x2F;newPPM_54.htm" rel="nofollow">https:&#x2F;&#x2F;www.mindtools.com&#x2F;pages&#x2F;article&#x2F;newPPM_54.htm</a><p><a href="https:&#x2F;&#x2F;www.atlassian.com&#x2F;agile&#x2F;agile-iron-triangle" rel="nofollow">https:&#x2F;&#x2F;www.atlassian.com&#x2F;agile&#x2F;agile-iron-triangle</a>
dmourati超过 8 年前
Prepare to be largely ignored and avoided. I know the PMs I work with mean well but I find it hard to take them seriously or give them much credit when their work product is mostly spreadsheets, gant charts, and scheduling meetings.<p>Product managers, on the other hand, deal with what gets in front of the customer, why, and when. I have more inclination to work with them.
moron4hire超过 8 年前
You may find yourself naturally gravitating towards thinking in terms of you doing particular tasks, and if you are still maintaining a part-time developer role on the project, the danger exists that you will make yourself a bottle-neck on tasks.<p>You will have to learn how to delegate. Give people the opportunity to fail. Even if someone doesn&#x27;t seem like they can do a particular task, give them the chance to learn, and give them the resources to learn.<p>This goes into always remembering to protect the future of the project. You&#x27;ll receive tons of pressure to do &quot;quick fixes&quot; and &quot;just brute force it&quot; and other bullshit management lines, a lot more than when you were just a developer. It&#x27;s your job to be a shield against upper management for the sake of the project. Don&#x27;t short-change the long-term viability of the project and your team for short-term gains.
bigethan超过 8 年前
Without shipped features or a trail of closed tickets to point at, what will be your measure of career success?<p>In my experience making a similar move, I initially made my gauge of success too dependent on others. I had to sit and think to create new metrics and measurements outside of what was currently done in order to show my success.
评论 #13289017 未加载
dbcurtis超过 8 年前
1. Have clear goals. Be able to articulate them. 2. Communicate the goals to your team. 3. Understand what barriers your team faces in completing the goals. Eliminate the barriers, or adjust the goals. 4. Clarify your goals. 5. Care about your team as people. 6. Communicate your goals clearly.<p>The best boss I ever had was an ex-Israeli commando officer. Most people look shocked when I say that. Here is why he was great:<p>1. There was never, ever, any doubt whatsoever what he wanted done, and when. 2. When you told him what it would take to do that, he actually listened, and did what he could to smooth the path. 3. He never left basic humanity behind for any reason in his treatment of team members.
minipci1321超过 8 年前
1. Instantly stop being a developer. Trust your team -- if they cannot figure it out, most probably you won&#x27;t be able either. (Saying that because for some time at the beginning it will feel like you can.) Remember, they are at least as smart as you are, and have been thinking about the problem for much more time than you can dedicate to it. If they fail, you alone won&#x27;t save it single-handedly.<p>2. Managing open-source-based codebase is vastly different from managing the closed-source one. Mixing both (a reality) will require special thinking and measures. It will require two very different sorts of developers and activities.
zippergz超过 8 年前
Make sure you have a very clear understanding of the difference between a Project Manager and a Product Manager. I&#x27;ve found that lots of developers think they&#x27;re the same thing....
评论 #13287172 未加载
评论 #13285775 未加载
评论 #13285864 未加载
op00to超过 8 年前
The job of a project or program manager is 100% influence based. In other words, you need to employ influence skills to get people to work on your priorities. There&#x27;s a great book, Influencer, that spells out a procedure for determining how and when to apply a subset of skills that will help nudge your team in the best direction.
cpeterso超过 8 年前
I moved from dev to technical program&#x2F;project management at Mozilla. Given the organization&#x27;s open source projects and bottom-up hacker culture, we have no unified project management process or tools. We have Bugzilla, GitHub, wikis (public and private for security sensitive work), Etherpad, Trello, Jira, Confluence (Atlassian&#x27;s wiki product), Google Docs and Spreadsheets, Smartsheet, and other tools. Every team users different subsets of tools. Choice is good but can make collaboration between teams or at a higher program level more challenging.<p>I&#x27;m curious whether Google or Facebook have standard project manager processes and tools internally. I know Facebook users Phabricator, but they also user GitHub.
fma超过 8 年前
I&#x27;m not a PM, but I have a PM that I greatly respect.<p>My take away from him is be organized. If you have to oversee a lot of projects, lots of schedules, lots of people, you can&#x27;t keep track of it all. Outlook, Onenote...find some good tools and use it well. Follow up promptly - you may need to deal with other teams a lot, and other teams won&#x27;t put you on a top priority.<p>As a follow up as &#x27;other teams won&#x27;t put you on a top priority&#x27;...don&#x27;t put other teams on a top priority :). Learn to say no when you have to. But also learn to say yes when you can. Your team may need assistance down the road and you want to cash in those chips.
schnevets超过 8 年前
Not a PM, but beginning to take on a few duties for an internal project, and I&#x27;m quickly realizing how much of the job involves measuring and forecasting things that are immeasurable&#x2F;prone to entropy.<p>I always assumed PMs would ballpark things like Red&#x2F;Amber&#x2F;Green color codes and projections, but that &quot;winging it&quot; will only take you so far.<p>The big lesson learned from a somewhat chaotic first foray into management was record everything, and leverage that evidence in every decision post kick-off. This requires more disk space than my brain has, so my note taking and organization skills were forced to go through an overhaul.
tehlike超过 8 年前
be an enabler.<p>make your eng peers do uninterrupted work, reduce meetings, cut the crap out of the corporate process.<p>This is not to say keep them in the dark about what is going on, but don&#x27;t try to schedule a &quot;sync&quot; meetings, ever :)<p>Another thing that me and my PM peer did was, we had direct communication line. he could ping me anytime, and i could ping him anytime. We came up with ideas at odd hours that ended up making a good amount of revenue increase, but we also respected each other&#x27;s time. I used him to get myself pure work time when people were asking for updates, and he used me to prototype many of these ideas.<p>it worked out really well for both of us.
arsenide超过 8 年前
I&#x27;m &quot;only&quot; a developer, but clear, concise communication from PMs is the most important thing for me in my current position. Think about yourself as a developer: what do you want from PMs? Personally, I like clear communication and quick resolution regarding the issues I have (that can be solved by PM) in my day-to-day workflow. When I am working on something and hit a road block requiring PM input, the most important thing for me is to get feedback as soon as possible so I can continue on what I am doing.<p>Communication seems to be key. Ensure you understand and that you are understood.
wiresurfer超过 8 年前
My experience stems a relatively brief period (~8months) of managing a resource strapped team of 5 devs to deliver pretty complex and largely vaguely specd out products for my venture. (For reference this included a real estate platform, a client facing android app, plus an enterprise management system all complete with Data ingestion &#x2F; Machine Learning pipelines, built from the ground up.) Here are my learnings 1) chart your plan. Sprints have feature groups, feature groups have features each with defined dependencies. and each feature has tasks. How clearly you map this dependency graph not just in terms of to-do items, but also in time, and by human resource required will define how on time your product gets shipped.<p>2) Rightfully Estimating Time Overestimate keeping in mind shipping a feature is usually making it + testing it out a bit.<p>3) Know what features can be chopped off when push comes to shove.<p>4) communicate clearly and with as much supporting documentation as possible. We still can&#x27;t vulcan mind meld. So as a PM you need to convey your prioritised vision to your devs. motivation, how a feature fits on the roadmap, dependent features, Screenshots&#x2F; mocks, process flows, test cases to check against, all this will make sure features shipped don&#x27;t need reiteration.<p>4) Architect for longevity If you are working with an architect, he will probably be responsible for this. But remember, its ok to delay the initial stages of your product if you are spending time building up the core. Think build systems, continuous integration and deployment cycles, just the API layers and business logic, UI work happening totally independent as functional mocks etc etc.<p>5) Trying to stay away from the temptation of coding. Code when you need to, assign tasks to yourself as and when required but not as a norm. It takes a lot to see the bigger picture and keep track of so many moving parts of a project. Doesn&#x27;t help overloading your system with dev tasks too. These two worlds are pretty different beasts.<p>PS: One tool which I relied heavily on over the last year was Omniplan. We not just tracked dev items, but also things like deployment timelines, adoption rate within the org, training schedules for employees and how all this tied up into the features which needed to be rolled at and at what time. A sample of dev wise sprint plan which helps people plan their workload , keeps meetings to the point, and lets people take vacations when they are relatively less occupied :) <a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;1b2mH" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;1b2mH</a>
unclebucknasty超过 8 年前
Make sure the expectations of the role in your environment are clear and that the position adds value vs. being just a thin veneer over other roles.<p>I&#x27;ve seen many environments which have project managers that aren&#x27;t needed. Very capable people are then relegated to noting status updates and pressuring the team to meet deadlines. That way lies misery for all.<p>Agile has done away with a lot of these positions, however, environments that are highly complex with long term activity and&#x2F;or many stakeholders to coordinate may still warrant the role.
bdcravens超过 8 年前
All the development will seem to be moving way too slow, and everyone will be doing things that seem unneeded. (Hint: you did the same thing as a developer, but you&#x27;ll really notice it now)
rb808超过 8 年前
You have to concentrate on keeping resources - keep you good people, get budget for more people, keep close with customers and&#x2F;or the people who pay for your software. Manage up and down.
shandor超过 8 年前
This probably depends on your exact role, but usually there&#x27;s enough technical role left for devs-come-PMs that keeping your technical skills top-notch is really important. In the end, you are the one to make a lot of decisions that have impact in the future, so better make those decisions as informed as you can. It&#x27;s easy to get lost in all the new things with new role, so keeping up technology-wise will need work.
dchuk超过 8 年前
You have to delegate planning&#x2F;architecture&#x2F;development always. You can&#x27;t afford to take deep dives into specific things anymore because you will be in charge of many more disparate tasks.<p>Every once in a while you can participate in some technical discussions but ultimately now you are responsible for them happening, not necessarily happening with you.
评论 #13285096 未加载
smoyer超过 8 年前
That you can go back ... I&#x27;ve been forced into management several times and pushed myself back into development when I got bored. Smart companies will create a technical track that allows advancement roughly equal to the management track (though it never seems to equal the sales track).
usgroup超过 8 年前
Out of interest, why are you switching to project management if you wouldn&#x27;t mind me asking?
评论 #13285883 未加载
评论 #13289038 未加载
Clubber超过 8 年前
When you are looking for something to do, don&#x27;t make work for your developers (meetings).
edoceo超过 8 年前
Remember the most valuable resource to give your dev team: TIME to do their job well.
codefreq超过 8 年前
There is a great talk from Patric Kua.<p><a href="https:&#x2F;&#x2F;vimeo.com&#x2F;172341374" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;172341374</a><p>He also has a book &quot;talking with techleads&quot; which reflects on the question that you have asked!
PaulHoule超过 8 年前
I would suggest getting involved with the project management institute, possibly getting a certification. The training for pcap or PMP certification is actually really good as to helping you do your job.
facorreia超过 8 年前
Communication above all. Make sure all stakeholders agree and understand goals, scope and trade-offs, and that progress is communicated often.<p>Don&#x27;t overcommit.<p>Address the biggest technical risks early.
polskibus超过 8 年前
Don&#x27;t forget where you came from! You&#x27;ll be better at your job if you understand what your subordinates have to deal with on a daily basis.
futhey超过 8 年前
Did this myself. Remember: You know too much. Make this an advantage, but don&#x27;t become a part-time dev manager.<p>You know the nitty-gritty and every detail of how a piece of software is made. Use this to your advantage to make developers you work with feel safe. You&#x27;ve been in their shoes before, you aren&#x27;t going to change requirements last minute. You aren&#x27;t going to come to them with an incomplete spec and demand unrealistic outcomes. When your bosses are setting the stage for disaster, you&#x27;re going to fix it at their level before your dev team even hears about it.<p>However, don&#x27;t fall into the trap of discrediting what the developers you work with are saying or doing, because you have the experience or know more than them. Be humble, and believe in your team. Gain their trust, and make sure they know they can come to you with their problems, mistakes, and questions early. They&#x27;ll warn you when something is going wrong before anyone else even notices it (instead of keeping quiet and going along with a bad idea). They&#x27;ll tell you the real reasons why they&#x27;re pushing back, while they give other PMs excuses they think are more likely to get them what they need to succeed.<p>Your primary job is no longer product or productivity or even shipping. Your job is to get the best work out of the people you work with (even the people you work for, not just those you manage). Most of the time, the problems you fix are communication problems. Most of the time, everyone means well but doesn&#x27;t realize when and how they&#x27;re shooting themselves in the foot.<p>Momentum is everything. Don&#x27;t let anyone place anything above your team&#x27;s momentum. Become a firewall between criticism and productivity. Internalize critical feedback, but be careful about when and how you bring it to your developers. Sure, there may be rough edges on your product, but every time you tell your guys they&#x27;re screwing up, you&#x27;re sacrificing project momentum. Finish a rough draft of your product, celebrate the victory you&#x27;ve earned (now it&#x27;s 80% complete), and motivate everyone to polish off the rough edges after thanking them for their hard work.<p>It&#x27;s your job to celebrate every minor victory and be “that guy” (or gal) that emails the entire company to show off something a member of your team did. Not to make yourself look good, but to motivate that person to give a damn the next time doing the right thing means working hard (when nobody is going to notice).<p>Also, don&#x27;t write any code and don&#x27;t do code reviews. Keep your skills sharp by building MVPs, doing technical research, exploring APIs while the spec is being written, etc. Don&#x27;t step on your team&#x27;s toes by micromanaging &amp; nitpicking with their code.
yblu超过 8 年前
I did the switch. The most important thing is reading these 2 books:<p>* Peopleware<p>* The Mythical Man-Month<p>I can&#x27;t think of better books on managing software projects and software developers.
JensRantil超过 8 年前
I&#x27;m currently reading the book &quot;Team geek&quot;. It&#x27;s a small book and I would highly recommend you read it!
评论 #13290165 未加载
评论 #13290166 未加载
评论 #13290167 未加载
aryehof超过 8 年前
Continually report and contrast the original schedule and scope, versus changes due to requirement changes and additions.
ffggvv超过 8 年前
Don&#x27;t sit around doing nothing, take care of the team&#x27;s personal problems, make people feel part of something.
ilaksh超过 8 年前
Is there such a thing as a project management internship?
tboyd47超过 8 年前
Stop coding and start managing.
pryelluw超过 8 年前
Empathy.
abramN超过 8 年前
learn to recognize when a project is going south, and act immediately!
cryptozeus超过 8 年前
Post this question on quora
draw_down超过 8 年前
Pretty much every PM I&#x27;m ever worked with kept a short-staffed team, picked ship dates the team was unlikely to hit, then as the date neared, started scrounging around for developers outside the team to fix all their shitty bugs and MacGyver their product&#x2F;feature into a shippable state. Then after they ship, of course all credit and promotions went to the original team.<p>Be nice if you didn&#x27;t pull that shit.
BickNowstrom超过 8 年前
<a href="http:&#x2F;&#x2F;a16z.com&#x2F;2012&#x2F;06&#x2F;15&#x2F;good-product-managerbad-product-manager&#x2F;" rel="nofollow">http:&#x2F;&#x2F;a16z.com&#x2F;2012&#x2F;06&#x2F;15&#x2F;good-product-managerbad-product-m...</a>
yarou超过 8 年前
Nag people (seriously). Be as proactive as possible.
评论 #13286900 未加载
kyberias超过 8 年前
Run.