From b062c56cabf72ace5c813649653efb531286165a Mon Sep 17 00:00:00 2001 From: Thiago Luiz Alves Date: Wed, 24 Jan 2018 15:12:09 -0200 Subject: [PATCH] Update design_philosophy.md orthography correction at "implementation" --- en/design_philosophy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/design_philosophy.md b/en/design_philosophy.md index 97b53ba..a8b5a83 100644 --- a/en/design_philosophy.md +++ b/en/design_philosophy.md @@ -1,6 +1,6 @@ # Design philosophy -These are the core tenets that sparked the work on Ethereum's architeture and imlementation. +These are the core tenets that sparked the work on Ethereum's architeture and implementation. ## Simplicity The Ethereum protocol should be as simple as possible, even at the cost of some data storage inefficiency or time inefficiency. An average programmer should ideally be able to follow and implement the entire specification, so as to eventually help minimize the influence that any specific individual or elite group can have on the protocol and furthering the vision of Ethereum as a protocol that is open to all. Optimizations which add complexity should not be included unless they provide very substantial benefit. @@ -15,4 +15,4 @@ Different parts of the Ethereum protocol should be designed to be as modular and The protocol should not attempt to actively restrict or prevent specific categories of usage, and all regulatory mechanisms in the protocol should be designed to directly regulate the harm, not attempt to oppose specific undesirable applications. You can even run an infinite loop script on top of Ethereum for as long as you are willing to keep paying the per-computational-step transaction fee for it. ## Agility -Details of the Ethereum protocol are not set in stone. Although we will be extremely judicious about making modifications to high-level constructs such as the C-like language and the address system, computational tests later on in the development process may lead us to discover that certain modifications to the algorithm or scripting language will substantially improve scalability or security. If any such opportunities are found, we will make use of them. \ No newline at end of file +Details of the Ethereum protocol are not set in stone. Although we will be extremely judicious about making modifications to high-level constructs such as the C-like language and the address system, computational tests later on in the development process may lead us to discover that certain modifications to the algorithm or scripting language will substantially improve scalability or security. If any such opportunities are found, we will make use of them.