aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
Diffstat (limited to 'NOTE.md')
-rw-r--r--NOTE.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/NOTE.md b/NOTE.md
new file mode 100644
index 0000000..d2d54fa
--- /dev/null
+++ b/NOTE.md
@@ -0,0 +1,13 @@
+# PHP で `json_decode()` や `json_encode()` が `json_last_error()` や `json_last_error_msg()` でエラーを取るようになっている理由
+
+`json_last_error()` が実装されたのが、 `json_decode()`/`json_encode()` の実装より後
+
+# C# に検査例外がない理由
+
+C# 設計リーダへのインタビュー
+https://www.artima.com/articles/the-trouble-with-checked-exceptions
+
+# Go に例外がない理由
+
+Go の FAQ
+https://go.dev/doc/faq#exceptions