Unladen Swallow 2009Q2 released
Unladen Swallow 2009Q2 released
Posted Jul 16, 2009 10:54 UTC (Thu) by NAR (subscriber, #1313)In reply to: Unladen Swallow 2009Q2 released by dw
Parent article: Unladen Swallow 2009Q2 released
The type checks are really useful when the code is being refactored. The type is modified at one place, then the compiler shows all the other places where the code should be updated. In this case the unit tests might be not that useful, because e.g. it takes too long time to run the unit tests or the unit tests don't provide 100% coverage (happens in real world, especially with error cases).
