Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Planck's Princple #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Like this project? Please considering [sponsoring me](https://github.com/sponsor
* [YAGNI](#yagni)
* [The Fallacies of Distributed Computing](#the-fallacies-of-distributed-computing)
* [The Principle of Least Astonishment](#the-principle-of-least-astonishment)
* [Planck's Principle](#plancks-principle)
* [Reading List](#reading-list)
* [Online Resources](#online-resources)
* [PDF eBook](#pdf-ebook)
Expand Down Expand Up @@ -1034,6 +1035,19 @@ See also:

- [Convention Over Configuration](#todo)

### Planck's Principle
[Planck's Principle on Wikipedia](https://en.wikipedia.org/wiki/Planck%27s_principle)

Planck's Principle is often paraphrased as 'Science progresses one funeral at a time'.
It was formulated by Max Planck in his autobiography:
> A new scientific truth does not triumph by convincing its opponents and making them see the light, but rather because its opponents eventually die and a new generation grows up that is familiar with it ...
>
> An important scientific innovation rarely makes its way by gradually winning over and converting its opponents: it rarely happens that Saul becomes Paul. What does happen is that its opponents gradually die out, and that the growing generation is familiarized with the ideas from the beginning: another instance of the fact that the future lies with the youth.
>
>  Max Planck, Scientific autobiography, 1950, p. 33, 97

Thus, scientific and technological development is limited by how long it takes established scientists/researchers/developers to change their minds or leave the field for good. This is an important reason why paradigm shifts are so hard to achieve and spread. It is related to [Clarke's First Law](#clarkes-three-laws).

## Reading List

If you have found these concepts interesting, you may enjoy the following books.
Expand Down