From 62de190188f74bfc84596b3351f286882b4dd1d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 26 Jul 2023 01:33:27 +0900 Subject: update the section of Java --- NOTE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NOTE.md (limited to 'NOTE.md') 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 -- cgit v1.2.3-70-g09d2