Kevin wrote: >> >> you would be surprised at the bugs it uncovered... > > Think so huh... >
Well, yes, I do. Going back to the original topic of this post, typos like $ddresses_deleted++; (should be $addresses_deleted++;) would never have made it out the door with strict vars because the script wouldn't compile. My point is that if one takes the easy route by not requiring variable declarations that only opens the code up to all kinds of problems that could have been prevents by the safeguards that strictness affords. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
