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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Strategy to become the best programmer possible?

2 点作者 wishpishh将近 11 年前
What would be the best plan for becoming the best programmer you can possibly be? Most blog posts or articles I find when I google this question basically say that you have to be passionate, and you have to write a lot of code, but that&#x27;s basically it.<p>But all of us are not fortunate enough to find some interest that&#x27;s completely all-consuming. Don&#x27;t get me wrong, I&#x27;m passionate about progress, about improving the world. And I like programming. I&#x27;m just not naturally completely absorbed by it.<p>So let&#x27;s hypothetically assume that motivation or dedication is not a concern, that it is fixed. If we assume that you would find a way to put in X amount of hours per week, how should we distribute that time?<p>It&#x27;s debatable what a &quot;good programmer&quot; is, but let&#x27;s say that you want to be as diverse as possible, while at the same time having as much technical depth as possible. A different approach might be to outline two plans - one for becoming the best generalist and another plan for becoming the best specialist.<p>Some constraints to bring it somewhat closer to reality:<p>- Some fairly advanced educational background, say a university degree in software development or matching competence<p>- Having little or no previous experience of open source collaboration and not knowing where one would start<p>- Keeping a day time job (40 hours per week) that is moderately challenging and doesn&#x27;t bring that many external incentives to become a lot better (say, an average web developer position or similar) at the same time<p>- Not spending more than 12 hours per day on work and personal training combined<p>- Having one day off on weekends<p>- (This leaves us at 72 hours per week, of which 40 hours are at the day job)<p>What would your optimal plan be, if we can assume that those 72 hours will be spent optimally, for 10 years?

1 comment

dkersten将近 11 年前
IMHO there are two aspects.<p>Technical:<p>Read a lot of new material: articles, books, source code. The more it is different from what you already know the better. Get as diverse a coverage as possible. Same goes for programming languages. A good starting point is the book <i>&quot;Seven languages in seven weeks&quot;</i> because it covers a broad spectrum of language types.<p>But much more important than reading is doing: write a lot of code. Do the exercises in books you read, try out what you see in examples&#x2F;articles&#x2F;source code. Change things just to see what happens etc. Also lots of projects (from the tiny to the large) to put what you&#x27;re learning to the test (and then make changes to your understanding based on trying things out). Contributing to open source projects isn&#x27;t necessary, but definitely helps because you will learn a lot about how other people work and also get to take part in a much larger project than you would do on your own. There is unfortunately no shortcut or cheat to get out of actually <i>doing</i> stuff. No matter how much you read, you can&#x27;t become great without writing a lot of code too.<p>The second aspect is do things that help you be an stay as sharp as possible:<p>Get a lot of sleep. Get plenty of exercise. Get fresh air. Make sure you have a decent diet. I&#x27;d recommend specifically dedicating some of that 72 hour budget to getting more sleep and exercise. Also, when trying to solve tough problems, go outside to mull them over. Or sleep on it. Lots of downtime helps your brain make sense of things (I&#x27;m a big fan of &quot;Hammock Driven Development&quot;). Find ways to deal with stress too. Short term stress might help focus, but long term I find it kills concentration and problem solving ability.<p>Seriously though, the technical aspect is important, but don&#x27;t neglect the health aspect as it really does make a huge difference in my opinion.
评论 #8051347 未加载
评论 #8042440 未加载