From a80947c16219782be5372aeab30469f32fb9910b Mon Sep 17 00:00:00 2001 From: idori Date: Sun, 15 Oct 2017 23:23:44 +0300 Subject: [PATCH] title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b48f168..47d7bc32 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ Text here...

-## ✔ 3.7 Requires come first. +## ✔ 3.7 Requires come first, and not from within a function. **TL;DR:** Require modules at the beginning of each file, before and outside of any functions. This simple best practice not only will help you easily and quickly tell the dependencies of a file right at the top, but also avoid a couple of potentail problems.