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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Important Things to Remember When Coding

91 点作者 jj-abram超过 10 年前

7 条评论

beebs93超过 10 年前
Good article - it&#x27;s funny how easy it is to forget these points.<p>&quot;Worrying about “geek cred” will slowly kill you&quot;<p>This one rang particularly true as I easily overlook any successes I&#x27;ve had because they&#x27;re rarely made public. The ones that make it to the light of day are never what I consider my best work. I&#x27;ll see more popular programmers, lament my relative obscurity and then the whole Impostor Syndrome will flare up and nearly stop me in my tracks.<p>It&#x27;s such a fantastic feeling to have leaned to say &quot;meh, fuck it&quot; and focus on what I love about my vocation.
dsego超过 10 年前
This is my favourite statement, really hits home.<p>&gt; I’ve found that a big difference between new coders and experienced coders is faith: faith that things are going wrong for a logical and discoverable reason, faith that problems are fixable, faith that there is a way to accomplish the goal. The path from “not working” to “working” might not be obvious, but with patience you can usually find it.
评论 #8582712 未加载
评论 #8585033 未加载
ralphos超过 10 年前
If I wrote an article with the same title I would only include one thing to remember when coding and that is to write code with the expectation that others will have to read your code. (This of course assumes you&#x27;re not an ass who wants to make people&#x27;s lives more difficult!)
评论 #8582220 未加载
评论 #8582560 未加载
评论 #8582636 未加载
andrewchambers超过 10 年前
I don&#x27;t know, I kind of stopped reading when the author said that understanding pointers and recursion makes someone gifted in programming. Those are really just fundamentals.
评论 #8582162 未加载
评论 #8582109 未加载
baldajan超过 10 年前
Some really cool points on getting started. Coding is hard and &quot;coders&quot; (like me) take getting started for granted. Worse, for new coders, it can sometimes feel like you need to jump to the top of the mountain rather than taking it one step at a time.<p>In the past, I found the best methods of picking up coding or new languages is to work on a small multi day&#x2F;week project, and preferably with a friend that&#x27;s just as lost as you are. It&#x27;s great cause you&#x27;ll have a support system in place and having two brains thinking about the same problems, which helps tremendously when treading carefully - or spontaneously (up to you :)
ChrisArchitect超过 10 年前
good post, the points are feel-good&#x2F;inspiring. Suprised this didn&#x27;t get posted earlier (noticed it&#x27;s a year old!) oh wait, it did 4 months ago but no one noticed ..hmph
icypy超过 10 年前
Great post. Inspiring.