aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-03-25 10:02:49 -0700
committerGravatar GitHub <[email protected]>2020-03-25 10:02:49 -0700
commit789f4451eb3f7645375531bfb7be93e7f0ac29e6 (patch)
treede5ad9ac42b61cc03cabda95772855178adc58b0
parentMerge pull request #841 from python-discord/update-deps (diff)
parentMerge branch 'master' into zen-tag-remove (diff)
Merge pull request #840 from ks129/zen-tag-remove
Removed `zen` tag due `!zen` command exist.
-rw-r--r--bot/resources/tags/zen.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/bot/resources/tags/zen.md b/bot/resources/tags/zen.md
deleted file mode 100644
index 3e132eed8..000000000
--- a/bot/resources/tags/zen.md
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Beautiful is better than ugly.
-Explicit is better than implicit.
-Simple is better than complex.
-Complex is better than complicated.
-Flat is better than nested.
-Sparse is better than dense.
-Readability counts.
-Special cases aren't special enough to break the rules.
-Although practicality beats purity.
-Errors should never pass silently.
-Unless explicitly silenced.
-In the face of ambiguity, refuse the temptation to guess.
-There should be one-- and preferably only one --obvious way to do it.
-Although that way may not be obvious at first unless you're Dutch.
-Now is better than never.
-Although never is often better than *right* now.
-If the implementation is hard to explain, it's a bad idea.
-If the implementation is easy to explain, it may be a good idea.
-Namespaces are one honking great idea -- let's do more of those!