DEV Community

Discussion on: Why learn... a statically typed language?

Collapse
 
stojakovic99 profile image
Nikola Stojaković • Edited

Great article. I'm a big advocate of static typing as it stops many of the potential bugs even before code hits the production (right now I'm using TypeScript on my job for writing back-end of our current project). Sadly, people get too emotional about their first languages and tend not to use right tools for the job.