You HAVE TO declare your variables, so in a huge project where hundreds of variables are used (nRogue, Magic Story, Cave Island, etc etc...), OPTION STRICT actually helps you prevent typos. Without it, typing SC0RE instead of SCORE may not spit out an error, but with it it will.