added some coding quotes

This commit is contained in:
imcmjha 2020-01-06 21:59:48 +05:30
parent 3d81e65182
commit 2c9ff796fa
1 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# notepad
This will contain all my notes.
This will contain all my notes.
- Beautiful is better than ugly.
- Explicit is better than implicit.
- Simple is better than complex.
- Flat is better than nested.
- Sparse is better than dense.
- Readability counts.
- Special cases are not special enough to break the rules.
- Although practicality beats purity.
- Errors should never pass silently, unless explicitly silenced.
- Now is better than never. But never is often better than right now.
- If the implementation is hard to explain, it is bad idea.