This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
access config from a single place, propagate it using only function or constructor arguments | |
Single error handler | |
log result in a single place, or very few places, at most high level as possibleº | |
Don't log errors, throw them and catch them in caller function | |
use object destructuring from parameters | |
standar error responses | |
bunyan as logger | |
limit tests timeout |
OlderNewer