aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
blob: d2d54fa45013235377671f768a3c8b8b97bfa4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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