Skip to content

Instantly share code, notes, and snippets.

@zmts
Last active November 4, 2016 10:40
Show Gist options
  • Save zmts/4737799d2e28bb3f3d90621eb2e7522a to your computer and use it in GitHub Desktop.
Save zmts/4737799d2e28bb3f3d90621eb2e7522a to your computer and use it in GitHub Desktop.
NodeJS gold rules
  • Нужно всегда делать в начале файла var name_some_module = require('some_module') и уже потом использовать его. Каждый require синхронный и, очевидно, блочит весь процесс.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment