Skip to content

Commit

Permalink
Merge pull request #376 from thomasmerz/main
Browse files Browse the repository at this point in the history
Added Clarke's three laws for issues/375
  • Loading branch information
dwmkerr authored Aug 12, 2022
2 parents e8acd18 + 6b4572f commit bf758f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Like this project? Please considering [sponsoring me](https://github.com/sponsor
* [The Broken Windows Theory](#the-broken-windows-theory)
* [Brooks' Law](#brooks-law)
* [CAP Theorem (Brewer's Theorem)](#cap-theorem-brewers-theorem)
* [Clarke's three laws](#clarkes-three-laws)
* [Conway's Law](#conways-law)
* [Cunningham's Law](#cunninghams-law)
* [Dunbar's Number](#dunbars-number)
Expand Down Expand Up @@ -187,6 +188,18 @@ See also:
- [The Fallacies of Distributed Computing](#the-fallacies-of-distributed-computing)
- [PACELC](#TODO)

### Clarke's three laws

[Clarke's three laws on Wikipedia](https://en.wikipedia.org/wiki/Clarke's_three_laws)

Arthur C. Clarke, an british science fiction writer, formulated three adages that are known as Clarke's three laws. The third law is the best known and most widely cited.

These so-called laws are:
- When a distinguished but elderly scientist states that something is possible, they are almost certainly right. When they state that something is impossible, they are very probably wrong.
- The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
- Any sufficiently advanced technology is indistinguishable from magic.


### Conway's Law

[Conway's Law on Wikipedia](https://en.wikipedia.org/wiki/Conway%27s_law)
Expand Down

0 comments on commit bf758f4

Please sign in to comment.