Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Dec 5, 2024
1 parent 6cee16b commit 8288f26
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/routes/posts/proposal-safe-assignment-operator.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "try&catchの課題とproposal-safe-assignment-operator"
description: "a"
date: "2024/12/04"
updatedAt: "2024/12/04"
description: "proposal-safe-assignment-operatorというプロポーザルがあります(多分まだ提出されていないのでstage0ですらない)。JavaScriptにおけるエラーハンドリングといえば、try&catch / then&catchがあると思います。本プロポーザルのそれらの課題に対しての解決方法が面白かったので紹介します。"
date: "2024/12/05"
updatedAt: "2024/12/05"
path: "proposal-safe-assignment-operator"
published: true
---
Expand Down Expand Up @@ -100,6 +100,4 @@ then/catchのメソッドチェーン方式が辛いから(確か)、手続
別の言語から影響を受けて、それを入れようとしてみる。そしてフィードバックを受け、入れなかった理由がはっきりしていれば、今後のためになるはずです。

筆者は別にJavaScriptが特段好きみたいなタイプでもないですが、こういう取り組みはとても大好きです。
引き続き応援したいです。


引き続き応援したいです。

0 comments on commit 8288f26

Please sign in to comment.