Java != JVM
Posted Mar 14, 2004 17:11 UTC (Sun) by
oak (subscriber, #2786)
In reply to:
Java != JVM by ibukanov
Parent article:
Will Mono Become the Preferred Platform for Linux Development? (O'ReillyNet)
> On the other hand Python is often too dynamic and many errors that would be caught in a staically typed language are happen at run time.
If you have proper development process in place, these errors have been catched by your test cases and fixed. Test coverage testing tells whether you have enough test cases.
Or are you claiming that with statically typed langauges testing is not needed? :-)
(
Log in to post comments)