I tend to make a lot of mistakes of misspelled variable names.
Is it possible to make python warn me about those at "compile time"?
Very few times I use dynamic variable initialization. I can live with
getting a warning for those as well.
--
Best Regards,
Med Venlig Hilsen,
Thomas
Is it possible to make python warn me about those at "compile time"?
Very few times I use dynamic variable initialization. I can live with
getting a warning for those as well.
--
Best Regards,
Med Venlig Hilsen,
Thomas
Comment