Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15929
  • 博文数量: 11
  • 博客积分: 450
  • 博客等级: 下士
  • 技术积分: 120
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-15 06:31
文章分类
文章存档

2009年(11)

我的朋友
最近访客

分类:

2009-07-09 03:45:44

The ninety-ninety rule

The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

Hofstadter’s law

It always takes longer than you expect, even when you take Hofstadter’s Law into account.

Brooks’s law

Adding manpower to a late software project makes it later.

Lister’s law

People under time pressure don’t think faster.

The MoSCoW method

A technique to prioritize delivery requirements during development. MoSCoW stands for:

M - MUST have this.
S - SHOULD have this if at all possible.
C - COULD have this if it does not affect anything else.
W - WON’T have this time but WOULD like in the future.

The KISS principle

Keep It Simple, Stupid. In other words: avoid complexity, embrace simplicity.

Gall’s law

A complex system that works is invariably found to have evolved from a simple system that worked.

Worse is better (New Jersey style)

Describes how a seemingly “inferior” product can be better from a user perspective. A limited but easy-to-use software may be more popular among users than a “better”, more comprehensive one.

Greenspun’s tenth rule

Any sufficiently complicated C or Fortran program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp.

(A funny note is that there are no preceding rules, only the tenth. According to Philip Greenspun, this was because he was “just trying to give the rule a memorable name.”)

Zawinski’s law

Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.

Linus’s law

Given enough eyeballs, all bugs are shallow.

Murphy’s law

Anything that can go wrong, will go wrong.

Sutton’s law

Go where the money is.

(When attempting to diagnose a problem, confirm the most likely diagnosis first (i.e. test the most likely solution first). Named after Bank robber Willie Sutton, who robbed banks “because that’s where the money is”.)

Wirth’s law

Software is getting slower more rapidly than hardware becomes faster.

Conway’s law

Any piece of software reflects the organizational structure that produced it.

(Interesting example of how this can cause problems: NASA’s Mars Climate Orbiter crashed because one development team used English units while the other used metric units to control the thrusters.)

The Hollywood principle

Don’t call us, we’ll call you.

(Instead of your program running the system, the system runs your program.)

The Dilbert Principle

The most ineffective workers are systematically moved to the place where they can do the least damage: management.


from: http://www.webguild.org/2009/07/quirky-but-mostly-useful-software-development-rules.php

阅读(477) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~