|
|
|
|
|
by AstroBen
334 days ago
|
|
Anxious about what? What's your issue with dynamic typing? Thorough tests of the behavior of your system (which should be done whether the language is dynamic or not) catch the vast, vast majority of type errors. "More runtime errors" in a well designed codebase don't mean errors for the user - it means tests catch them Seriously.. the secret to writing great dynamic code is getting very good at testing |
|