should i put option strict on for a module which i intend to include in my projects? i meant the module itself not the projects.
because with it on, i had to convert strings to number before i can compare them, and i'm guessing that this conversion gives us unneccessary overhead
on a side note, the included module will be tested such that there would be no bugs, hence i was wondering if the option strict on for included modules is encouraged or discouraged

