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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

11 habits of highly effective devlopers

4 点作者 dshalvardjiev超过 6 年前

2 条评论

wiz21c超过 6 年前
I don&#x27;t think these points are very relevant. Here are mine (better of course) :<p>- prefer simple solutions<p>- makes sure his code will break gracefully<p>- never prematurely optimizes<p>- don&#x27;t reinvent the wheel (i.e. : knows his ecosystem)<p>- sanitizes inputs<p>- looks for edge cases<p>- builds a working solution first, iterate afterwards.<p>- asks for review<p>- refactors as needed<p>- writes sensible tests
评论 #17978671 未加载
rwcorbett超过 6 年前
The 2 points that spoke out to me: - #8 You understand work-life balance Life brings sense to your work the way work extends your life (see #7). - #11 You’re part of the community Think, tinker, discuss, contribute! Exchanging ideas makes you a better professional (and person).