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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Three Virtues (Larry Wall)

2 点作者 kevinguay超过 5 年前

1 comment

Communitivity超过 5 年前
I have a saying I&#x27;ve given to every programmer I&#x27;ve mentored, that builds on what Larry Wall said: Good programmers are Lazy, Shy, Dry, and Spry.<p>Lazy - Same thing, but also with emphasis on automation and guarding against overengineering<p>Shy - Encapsulating code modules and writing to enable testing in isolation<p>Dry - Don&#x27;t repeat yourself, automate where you can when you can<p>Spry - Always be willing to adapt better processes, adopt the Agile mindset and don&#x27;t be a slave to any one process or technique. At a deeper level this includes striving for the Ri level of Shu Ha Ri in our programming skills [1]<p>The above is going in a book I&#x27;m writing, albeit slowly.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Shuhari" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Shuhari</a>