Why didn't Jikes take off?
Posted Mar 10, 2005 10:17 UTC (Thu) by
k8to (subscriber, #15413)
In reply to:
Why didn't Jikes take off? by piman
Parent article:
IBM's latest gift to the community
A common error.
Static typing increases code bloat drastically, which prevents you from being able to find as many bugs, let along even have as much time to write the software in the first place.
Static typing primarily catches obvious easy-to-find bugs which are generated only superficially when authoring or modifying interfaces. Dynamic typing reduces the program complexity so much, and gives you much better run time information, such that you can fix serious logic problems much more easily.
(
Log in to post comments)