diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-07-26 01:33:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-07-26 01:33:27 +0900 |
| commit | 62de190188f74bfc84596b3351f286882b4dd1d6 (patch) | |
| tree | 2090f3eb9f20905fea37e3f219f9f85006b1d9db /NOTE.md | |
| parent | 64d2721cbad9c932ea8b1b51d46e32045232b611 (diff) | |
| download | phpstudy-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.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |
