From eda2366682d7957bc3614971d2e9d4afb3ed2d41 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 29 Jan 2020 06:56:45 +0100 Subject: [PATCH] Add more principles. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 78c9017..15deb4a 100644 --- a/README.md +++ b/README.md @@ -337,3 +337,7 @@ Write code as you want, especially if there is more than one developer in a team ### 💩 Start your project without a README file. And keep it that way for the time being. + +### 💩 You need to have unnecessary code + +Don't delete the code your app doesn't use. At most, comment it.