Stop accessing possibly undefined
or assume array length without any checks
#40
Labels
enhancement
New feature or request
Turning on
strict
setting intsc
showed we had many assumptions about data which may not hold true.A lot of code accesses possibly
undefined
objects, or assumes arrays are of certain size without any checks.We should add proper checks before accessing possibly
undefined
data.The text was updated successfully, but these errors were encountered: