From 2c9ff796fae2a1ea8602885ddb1272f3fcceff80 Mon Sep 17 00:00:00 2001 From: imcmjha Date: Mon, 6 Jan 2020 21:59:48 +0530 Subject: [PATCH] added some coding quotes --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9964daa..5816706 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # notepad -This will contain all my notes. \ No newline at end of file +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. \ No newline at end of file