From e597da8d309bd91888e89d3742c37fb1b455e871 Mon Sep 17 00:00:00 2001 From: Lonami Date: Mon, 25 Jun 2018 09:25:30 +0200 Subject: [PATCH] Destroyed Coding style (markdown) --- Coding-style.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Coding-style.md diff --git a/Coding-style.md b/Coding-style.md deleted file mode 100644 index cea231a..0000000 --- a/Coding-style.md +++ /dev/null @@ -1,7 +0,0 @@ -Basically, make it **readable**, while keeping the style similar to the code of whatever file you're working on. - -Also note that not everyone has 4K screens for their primary monitors, so please try to stick to the 80-columns limit. This makes it easy to `git diff` changes from a terminal before committing changes. If the line has to be long, please don't exceed 120 characters. - -For the commit messages, please make them *explanatory*. Not only they're helpful to troubleshoot when certain issues could have been introduced, but they're also used to construct the change log once a new version is ready. - -If you don't know enough Python, I strongly recommend reading [Dive Into Python 3](http://www.diveintopython3.net/), available online for free. For instance, remember to do `if x is None` or `if x is not None` instead `if x == None`! \ No newline at end of file