Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 328 Bytes

description.md

File metadata and controls

6 lines (5 loc) · 328 Bytes

Function definitions should follow the same order as exports

This helps developers quickly locate a function of interest when scanning source files. It also helps to ensure that modules have a logical ordering of public API functions, callback functions, private exported callback functions, and then module private functions.