You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Смотрю joyent/node и visionmedia/express — ок. Поддерживаю вариант Феликса.
Единственный нюанс со вложенными closure — это scope. У него в стайлгайде это не описывается.
Например:
exports.init=functioninit(scopedVariable){return{method: apiMethod};functionapiMethod(){scopedVariable;// using inside another method};};
Надо обсудить и утвердить
docs/styleguide.md
, есть предпочтение использовать два пробелаindent_size = 2
The text was updated successfully, but these errors were encountered: