Without compilation, how to find bugs?
Skip Montanaro
skip.montanaro at gmail.com
Thu Oct 13 20:33:25 EDT 2016
More information about the Python-list mailing list
Thu Oct 13 20:33:25 EDT 2016
- Previous message (by thread): Without compilation, how to find bugs?
- Next message (by thread): Without compilation, how to find bugs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
One other thing. The OP mentioned coming from C. If you are old enough, you will remember that many errors caught by gcc and other modern compilers used to be detected by external checkers like lint. Most Makefiles had "lint" targets in them. So although you might associate all sorts of error detection and reporting with the compiler, there is no particular reason it must be there. Skip
- Previous message (by thread): Without compilation, how to find bugs?
- Next message (by thread): Without compilation, how to find bugs?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list