Thread with 1 post
jump to expanded postnodejs unsolicited tips
Node.js small tip: your function/method/handler should either do the thing, or decide on the thing. Don't do both in one function. If I were the blogging type, I should probably write the reasoning behind it.
#nodejs #javascript #quickTips