Catching typos in scripting languages
Posted
by Geo
on Stack Overflow
See other posts from Stack Overflow
or by Geo
Published on 2010-03-21T12:43:56Z
Indexed on
2010/03/21
12:51 UTC
Read the original article
Hit count: 387
If your scripting language of choice doesn't have something like Perl's strict mode, how are you catching typos? Are you unit testing everything? Every constructor, every method? Is this the only way to go about it?
© Stack Overflow or respective owner