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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Can one be a better programmer as a result of training in a specific way?

3 点作者 KedarMhaswade超过 14 年前
HN is quite helpful on similar thoughts expressed in the past and I have read some of them. But my question is somewhat different. Suppose you have a decade. Is it possible to use that time to "train yourself" to be an increasingly better programmer?<p>Or is it more like no matter what happens, your "scale as a programmer" is constant?<p>Philip Ross argued (http://www.scientificamerican.com/article.cfm?id=the-expert-mind) that getting better at chess is possible with "correct" training. Thus, 10 years spent without correct training and the same time spent with correct training can make a vast difference.<p>Would that apply to programming?

1 comment

arctangent超过 14 年前
I think one of the key skills required to be a good programmer is the ability to understand and work with abstract concepts. There is probably even some kind of lower bound (if such a thing can be measured) below which one cannot program at all.<p>I spent a lot of my formative years studying mathematics and playing chess (amongst other games) and I believe these activities helped to sharpen my ability to work with abstract concepts.<p>Spending time doing this may not necessarily work for you - particularly if you lack the passion for those things to be able to really study hard.<p>But anything which could be considered "deliberate practice"[1] in the craft of thinking about problems will likely help you program better. This includes reading and writing a lot of code.<p>[1] <a href="http://www.google.co.uk/search?q=deliberate+practice" rel="nofollow">http://www.google.co.uk/search?q=deliberate+practice</a>