|
|
|
|
|
by IshKebab
247 days ago
|
|
Well I agree with them. The second code is clearly better. Exceptions should be used for error handling and if those keys are actually optional then you should explicitly check if they exist (or use something like `bar.get("baz")`). |
|