タグ

ブックマーク / caolan.uk (1)

  • Node.js Style and Structure · Caolan

    Up: Programming notes Monday, 27 August 2012 I'm about to start a new Node.js project with a team and thought this might be a good opportunity to put together a few tips on working with Node. This is not a style guide in the usual sense; I'm assuming you already have your opinions on JavaScript indentation and all the other religious standpoints, so I'm going to focus on some Node specifics I find

    efcl
    efcl 2012/09/08
    JavaScriptのコードスタイル、コード構造のパターン。 コールバックとerror、非同期の中でthrowしない、エラーのキャッチ。 全体的に非同期とコールバックフローの扱いについて書かれてる
  • 1