|
|
|
|
|
by ZeroClickOk
612 days ago
|
|
I have a hard time normalizing existing codebases where coders insist on using
`catch (Exception e)` instead of the default `catch (Exception ex)` and then there are clashes in event handlers with try/catch due to the same variable name... |
|