mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-11-01 10:26:49 +08:00
title
This commit is contained in:
@ -296,7 +296,7 @@ Text here...
|
||||
|
||||
<br/><br/>
|
||||
|
||||
## ✔ 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user