aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-07-26 01:33:27 +0900
committernsfisis <nsfisis@gmail.com>2023-07-26 01:33:27 +0900
commit62de190188f74bfc84596b3351f286882b4dd1d6 (patch)
tree2090f3eb9f20905fea37e3f219f9f85006b1d9db /NOTE.md
parent64d2721cbad9c932ea8b1b51d46e32045232b611 (diff)
downloadphpstudy-154-slides-62de190188f74bfc84596b3351f286882b4dd1d6.tar.gz
phpstudy-154-slides-62de190188f74bfc84596b3351f286882b4dd1d6.tar.zst
phpstudy-154-slides-62de190188f74bfc84596b3351f286882b4dd1d6.zip
update the section of Java
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