4 | | This is done to |
5 | | * Help eliminate runtime exceptions about nil reference errors |
6 | | * Allow reporting of multiple nil referencing errors at compile time (instead of a single failure point at runtime) |
7 | | * Help document which parameters permit nil and which do not |
| 4 | This is done to : |
| 5 | * Help eliminate runtime exceptions about nil reference errors, |
| 6 | * Allow reporting of multiple nil referencing errors at compile time (instead of a single failure point at runtime), |
| 7 | * Help document which parameters permit nil and which do not. |