Static typing
- https://softwareengineering.stackexchange.com/questions/221615/why-do-dynamic-languages-make-it-more-difficult-to-maintain-large-codebases/221658 
Benefits
- act as documentation “you can do this, but not that” 
- enable automated refactoring support 
Last updated
Was this helpful?