One of the larger single sources of code is logic that avoids null pointer exceptions. Whether in form of the return early pattern or nested if statements, it shows up almost everywhere.
Adding a safe navigation operator would allow for signficantly shortened code.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 7
- Category
- General