Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@teppeis
Last active August 29, 2015 14:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teppeis/cc2b7adb501ace8ca7ab to your computer and use it in GitHub Desktop.
Save teppeis/cc2b7adb501ace8ca7ab to your computer and use it in GitHub Desktop.
#error_handling_sushi 基調講演

基調講演

いま思い出した論点

  • JSでエラー処理どうしてる?
  • カスタムError(Errorの継承)ってクロスブラウザきつくないですか?
  • Error投げてると、非同期のsetTimeoutとかで吸収されちゃってつらくないですか?
  • それブラウザの話?Nodeの話?
  • そもそもブラウザJSで例外、エラーってどんなものがある?
  • Promiseのエラー処理ベストプラクティスとは?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment