Update CODE_RULES.md

This commit is contained in:
astrofra 2022-12-07 15:38:03 +01:00 committed by GitHub
parent 2be89cfcb8
commit 09be23fade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- Explicit is better than implicit.
- Solving problems you don't have creates problems you now have.
- Absence of structure is more structured than bad structure.
- The absence of structure is more structured than bad structure.
- The only thing a program does is transforming data: data in -> transformed data out.
- Write the simplest program possible to do that.
- Store the minimum amount of state required to do that.