TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Communication? Check

28 pointsby raganwaldover 11 years ago

3 comments

raganwaldover 11 years ago
Another observation that got cut from the post: "Programmers love construction checklists. We call them unit tests."
评论 #6830304 未加载
评论 #6831028 未加载
indirectover 11 years ago
I used to work at a shop that used Gerrit[1] to manage our master branch. Pushes directly to master were rejected, and all commits had to be signed off by a developer other than the author, confirming that a) the tests passed and b) the functionality had changed as advertised.<p>Motivation to review started low but got quite high once developers wanted their own code merged. Motivation to merge other things without checking started high, but got low extremely quickly once the merger had to fix the tests if they merged a failure.<p>I sometimes wonder if it&#x27;s somehow possible to get either one of those (extremely positive) trends in a &quot;modern&quot; github-based workflow.<p>1: <a href="https://code.google.com/p/gerrit/" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;gerrit&#x2F;</a>
评论 #6833527 未加载
bscofieldover 11 years ago
Gawande is one of my favorite non-fiction authors; I&#x27;ve learned a ton from his books and articles. I second (and would third and fourth if I could) the recommendation for The Checklist Manifesto here.