存档

文章标签 ‘Google’

Google vs Baidu

2010年1月30日 admin 没有评论

我只是一个普通的网民,在我看来Google和Baidu的差距,从下面这个小小的例子中就可以比较出来。 1

2

Google首页就是客户所在城市的电影播放场次;而百度提供内容的质量可就相差甚远了。

分类: 互联网 标签: ,

转载:Google的12条工程原则

2009年8月9日 admin 没有评论

原文地址 Google’s Engineering Philosophy

  1. 1. All developers work out of a ~single source depot; shared infrastructure!
    2. A developer can fix bugs anywhere in the source tree.
    3. Building a product takes 3 commands ("get, config, make")
    4. Uniform coding style guidelines across company
    5. Code reviews mandatory for all checkins
    6. Pervasive unit testing, written by developers
    7. Unit tests run continuously, email sent on failure
    8. Powerful tools, shared company-wide
    9. Rapid project cycles; developers change projects often; 20% time
    10. Peer-driven review process; flat management structure
    11. Transparency into projects, code, process, ideas, etc.
    12. Dozens of offices around world => hire best people regardless of location
分类: 软件设计 标签: