vote up 34 vote down star
39

We have Amdahl's law that basically states that if your program is 10% sequential you can get a maximum 10x performance boost by parallelizing your application.

Another one is Wadler's law which states that

    In any language design, the total time spent discussing
    a feature in this list is proportional to two raised to
    the power of its position.

        0. Semantics
        1. Syntax
        2. Lexical syntax
        3. Lexical syntax of comments

My question is this: What are the most important (or at least significant / funny but true / sad but true) laws of Computer Science and programming?

I want named laws, and not random theorems, So an answer should look something like

Surname's (law|theorem|conjecture|corollary...)

Please state the law in your answer, and not only a link.

Edit: The name of the law does not need to contain it's inventors surname. But I do want to know who stated (and perhaps proved) the law

flag
3  
And the obvious answer is haacked.com/archive/2007/… . – mmyers May 19 at 15:30
show 6 more comments

44 Answers

1 2 next
vote up 58 vote down check

Hofstadter's Law:

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

link|flag
show 1 more comment
vote up 0 vote down

Postel's Law, or the robustness principle:

Be liberal in what you accept, and conservative in what you send.

Not as humorous as many other ones mentioned, but quite insightful. It was, aptly, quoted in the computer networking textbook we used at uni. Apprarently this was originally mentioned in RFC-791, "Internet Protocol," by Joe Postel, September 1981.

Differently worded variants abound (see e.g. RFC-793 and RFC-1122); a common one is: "Be conservative in what you do; be liberal in what you accept from others."

link|flag
show 1 more comment
vote up 0 vote down

Not really coined as a law, but I think this quote from Eric Evans Domain-driven design is an important aspect of Brooks "no silver bullets" law:

"One way or another, creating distinctive software comes back to a stable team accumulating specialized knowledge and crunching it into a rich model. No shortcuts. No magic bullets."

link|flag
vote up 1 vote down

Some less well known ones:

Wheeler's law: "All problems in computer science can be solved by another level of indirection"

Berry’s law. "The best way to go infinitely fast is to produce no code at all" - i.e. If something can be computed once, then do it at compile time.

link|flag
show 2 more comments
vote up 1 vote down

Atwood's Law:

Any application that can be written in JavaScript, will eventually be written in JavaScript.

link|flag
vote up 4 vote down

The Steve Rule:

In a random sample of programmers, there will be more named Steve then there will be females.

This can be refined to a more correct and culture-agnostic version:

In a random sample of programmers, the likelihood of there being a male name with more programmers bearing that name than there are female programmers approaches 1 as the sample size increases.

link|flag
vote up 1 vote down

I like Proebstings Law:

Compiler Advances Double Computing Power Every 18 Years

research.microsoft.com/en-us/um/people/toddpro/papers/law.htm

link|flag
vote up 3 vote down

One of my Favourites is

"One in a million is next tuesday"

Larry Osterman.

Basically it states that when dealing with computers, things happen so fast, that even something that happens very rarely, is going to happen within the next few days.

link|flag
vote up 0 vote down

Zimmerman's maxum:

Anything written down in more than one place, is wrong in more than one place.

You will never have two copies of data stay the same, especially if you depend on a human to keep them the same.

link|flag
show 1 more comment
vote up 2 vote down

Software can only ever be two of the following:

  • fast
  • cheap
  • delivered on time
link|flag
show 4 more comments
vote up 0 vote down

There is "Heisenberg uncertainty principle", which in general states:

In quantum physics, the Heisenberg uncertainty principle states that certain pairs of physical properties, like position and momentum, cannot both be known to arbitrary precision.

With translation to software engineering, the application of this principle is a following: You cannot test and debug you own code, since in order to achieve it you must add additional code, therefore you test not the original system.

link|flag
vote up 2 vote down

Any sufficiently advanced technology is indistinguishable from magic.

Arthur C. Clarke, Profiles of The Future, 1961 (Clarke's third law)

The only way to discover the limits of the possible is to go beyond them into the impossible.

Arthur C. Clarke, Technology and the Future (Clarke's second law)

When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.

Arthur C. Clarke, (Clarke's first law)

link|flag
1  
Any sufficiently advanced bug is indistinguishable from a feature. -- Rich Kulawiec – Bill the Lizard May 20 at 19:14
vote up 0 vote down

Judge Dredd's Law

"I am the Law"

link|flag
show 1 more comment
vote up 10 vote down

I do a lot of distributed programming, so one of my favorites is Segal's Law:

A man with a watch knows what time it is. A man with two watches is never sure

The application to distributed programming is that you have to either arrange things so that your whole distributed system only has one clock driving things, or you have to accept that processes/events using different clocks are going to be running asynchronous. Two clocks will drift from each other. You can't expect two separate clocks (typcially on two seperate machines) to act in lock-step.

link|flag
vote up 2 vote down

Edward V. Berard Law

Walking on water and developing software to specification are easy as long as both are frozen.

link|flag
show 1 more comment
vote up 4 vote down

Principle of least astonishment

In user interface design, programming language design, and ergonomics, the principle (or rule or law) of least astonishment (or surprise) states that, when two elements of an interface conflict, or are ambiguous, the behaviour should be that which will least surprise the human user or programmer at the time the conflict arises.

link|flag
vote up 8 vote down

Abraham Maslow

If the only tool you have is a hammer, you treat everything like a nail.

So, programmers should learn several languages and learn how to use the strengths of each one effectively. It is no use to learn several languages if you do not respect their differences (Roberto Ierusalimschy, Programming in Lua)

link|flag
vote up 1 vote down

Sods Law: (A kin to Murphy)

When it goes wrong (because according to Murphy it will). It will go wrong in the worst possible way.

link|flag
vote up 5 vote down

The Law of Natural Selection: "Natural selection is the process where heritable traits that make it more likely for an organism to survive long enough to reproduce become more common over successive generations of a population. It is a key mechanism of evolution."

This applies to computer systems as well, systems that support the business functions directly related to earning capital are more likely to receive funding and therefore more likely to survive budget cuts. Hence, to survive the tumultuous nature of the software development industry it is logical to concentrate on skill that support those types of applications.

Footnote: Those of us able to apply the aforementioned principal will be more likely to earn more money and thereby be in a better position to procreate. Natural Selection wins again!

;)

link|flag
1  
I wish this were even true all the time. Sometimes the department that makes the most money can be such a political whipping boy as to get nearly no staff, attention, and contain the people with the lowest salaries. – Trampas Kirk May 19 at 18:07
show 2 more comments
vote up 2 vote down

Norvig's Law: Any technology that surpasses 50% penetration will never double again (in any number of months).

link|flag
show 4 more comments
vote up 5 vote down

[Sorry couldn't resist]

Stackoverflow law subjective questions:

Each question marked subjective is either closed within minutes
or it collects a large amount of upvotes. (some even both).

link|flag
show 1 more comment
vote up 1 vote down

The Last Responsible Moment for decision making rule:

The key is to make decisions as late as you can responsibly wait because that is the point at which you have the most information on which to base the decision.

link|flag
vote up 7 vote down

Linus's Law:

Given enough eyeballs, all bugs are shallow.

link|flag
show 1 more comment
vote up 8 vote down

Greenspun's Tenth Rule of Programming:

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

link|flag
vote up 2 vote down

There is my Favorite:

Murphys Law

Simplified: "Whatever can go wrong, will go wrong"

However, there is a little more to it Wikipedia

I like this more humanized version best: „If there's more than one possible outcome of a job or task, and one of those outcomes will result in disaster or an undesirable consequence, then somebody will do it that way.“

And of course Moore's law

famous interpretation: "The processing speed of computers will double every two years!"

stated similarly 1975

Again, there's more to it: Wikipedia

link|flag
show 2 more comments
vote up 2 vote down

Von Neumann's minimax theorem:

For every two-person, zero-sum game with finite strategies, there exists a value V and a mixed strategy for each player, such that (a) Given player 2's strategy, the best payoff possible for player 1 is V, and (b) Given player 1's strategy, the best payoff possible for player 2 is -V.

alt text

link|flag
show 1 more comment
vote up 22 vote down

The Dilbert Principle (corollary to the Peter Principle) - by Scott Adams, of course:

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

link|flag
2  
I like the one from Men In Black "A person is smart. People are stupid", though not named and not programming related – ferocious May 19 at 16:24
2  
My personal favorite wisdom from Dilbert is what I call Wally's Rule: If you wait long enough, most problems take care of themselves. – T.E.D. May 19 at 17:51
show 3 more comments
vote up 6 vote down

Gustafson's Law ameliorates the parallelism doom-and-gloom of Amdahl's Law by stating that the problem size tends to increase in time, allowing linear application-level speedups even in the face of imperfect parallelization. The linked Wikipedia article has a much better explanation than I can muster, but here's an example:

Amdahl's Law approximately suggests: “ Suppose a car is traveling between two cities 60 miles apart, and has already spent one hour traveling half the distance at 30 mph. No matter how fast you drive the last half, it is impossible to achieve 90 mph average before reaching the second city. Since it has already taken you 1 hour and you only have a distance of 60 miles total; going infinitely fast you would only achieve 60 mph. ”

Gustafson's Law approximately states: “ Suppose a car has already been traveling for some time at less than 90mph. Given enough time and distance to travel, the car's average speed can always eventually reach 90mph, no matter how long or how slowly it has already traveled. For example, if the car spent one hour at 30 mph, it could achieve this by driving at 120 mph for two additional hours, or at 150 mph for an hour, and so on.

link|flag
vote up 10 vote down

Asimov's three laws:

  1. A robot may not injure a human being or, through inaction, allow a human being to come to harm.
  2. A robot must obey orders given to it by human beings, except where such orders would conflict with the First Law.
  3. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.
link|flag
show 1 more comment
vote up 3 vote down

Not computer science or programming specifically, but certainly true:

Anything that can go wrong will go wrong.

I don't believe it's necessary to name this adage. For those few too ashamed to admit they don't know it, here is a link for you to anonymously follow to correct this gaping hole in your knowledge.

link|flag
2  
This is Murphy's law. – Christoffer Soop May 19 at 12:25
2  
And expect it to go wrong at the worst possible moment. – Gamecat May 19 at 13:13
1  
Also called Sods Law in the UK. – Omar Kooheji May 19 at 15:21
2  
... and it will happen sooner than you think – Lasse V. Karlsen Jun 6 at 10:31
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.