|
|
|
|
|
by fourseventy
96 days ago
|
|
If you make a change to the return types of a function for example you have to manually find all of the different references to that function and fix the code to handle the change. Since there are no compile time errors it's hard to know that you got everything and haven't just caused a bug. |
|