タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとpromiseとfunctionに関するledsunのブックマーク (1)

  • My five promise patterns

    I've been getting big into promises over the last year. I think the two best resources that I've learnt from today is Forbes Lindesay's talk at JSConf.EU 2013 and Jake Archibald's excellent promise article on html5rocks. There's been some patterns that I use over and over so I wanted to share and document them. Please note that the examples used are mostly based on my real code, but have been simp

    My five promise patterns
    ledsun
    ledsun 2014/11/22
    prebakinhは(promiseにかぎらず)とてもよくやる。/ 後半は「rejectせずに意味のある例外投げようぜ。そんで最後はかならずcatchしようぜ。」か。Promise内で例外捕まえたときの作法は書いてない。
  • 1