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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do I coach junior devs who wont listen?

11 点作者 TP4Cornholio超过 7 年前
Two months ago I joined a dev team at a large company as a senior software engineer on a web app. I joined a team where their last app that they worked on before I joined became maintainable and failed after 6 months (they blame the fact that they used React over Angular). I have been trying to suggest architectural changes as well as suggestions for how to make the app more maintainable, but the junior developers don’t want to listen. (For example, they want to replace our Postgres DB with MongoDB because they don’t understand normalization well enough). Our software lead, despite being a bright guy who knows what he is doing, mostly lets them get away with doing whatever they want to avoid conflict. How should I handle this situation?

7 条评论

mattbillenstein超过 7 年前
Change the culture and the devs will follow -- refactor code and illustrate best practices with the team. Emphasize testability, writing tests, simplicity, etc.<p>Spend time reviewing PRs and making thoughtful suggestions on how to improve things. Don&#x27;t bikeshed on technology -- like mongo vs postgres, angular vs react -- if the code is written in a clean way, those technology decisions don&#x27;t really matter that much.
atmosx超过 7 年前
The problem is not the junior developers. The problem is your lead engineer.
hoodoof超过 7 年前
Lead from the front, explain patiently, change what you can, don&#x27;t fret about what you cannot change, don&#x27;t get into conflict over technical issues - they are not important.<p>Read &quot;The Prince&quot;.<p>I have to say though, what sort of technical lead is letting the juniors define anything? Their opinions are worth listening to, but it is the role of the leader to make the decisions.
评论 #16417687 未加载
bjourne超过 7 年前
Odds are that you can&#x27;t change the situation. Therefore you have to deal with the situation. Your top priority should be taking care of yourself. Are these guys making you frustrated? That is bad, find a way to not get frustrated about it. Because it is not like you are alone -- lots of people are working with &quot;not very bright&quot; colleagues.<p>In the grand scheme of things, the choice between Postgres vs Mongo for a silly website is insignificant. Don&#x27;t lose to much sleep over it.
dmitripopov超过 7 年前
I remeber myself being a junior - overwhlemed by enthusiasm and lack of experience, eager to just create things, not thinking about how to maintain them in the future. What a pain it was for our leads to handle us.<p>&quot;Herding Cats: A Primer for Programmers Who Lead Programmers&quot; is a good book for psychological issues like this.
xstartup超过 7 年前
A master must prove his worth. Just because you are senior people will not do what you want them to do.<p>Building a team of noobs takes a lot of work. That kind of work, I&#x27;ll only put in a startup where I&#x27;ve ownership.
deeteecee超过 7 年前
Ask them why they won&#x27;t listen. In my personal experience as a junior dev I was working under idiots because everytime I asked certain questions, they never gave me a plausible answer.