Sohail Posted on Aug 20, 2020 Why I should use Typescript other than 'type safety' advantage? #explainlikeimfive #discuss Top comments (3) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Anders Anders Anders Follow Location Sweden Work CTO at Upstream Business Solutions Joined Aug 19, 2018 • Aug 21 '20 Dropdown menu Copy link Hide From my perspective type safety isn't even the thing you'd care about, its the ability for a compiler to actually validate your code, detect invalid variable names, functions that don't exist and what not. Collapse Expand Sohail Sohail Sohail Follow Talks about Software design, programming, systems, obserability Email talk2sohail1001@gmail.com Location Kolkata, India Education Techno India SaltLake Work Senior Engineer @QuEST Global Joined May 17, 2019 • Aug 22 '20 Dropdown menu Copy link Hide That is some nice perspective. Thanks. Collapse Expand Swastik Baranwal Swastik Baranwal Swastik Baranwal Follow Open Source Engineer Email swstkbaranwal@gmail.com Location Delhi, India Pronouns He/him Joined Oct 7, 2019 • Aug 21 '20 Dropdown menu Copy link Hide No need to write ugly Java Script Code :) Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
From my perspective type safety isn't even the thing you'd care about, its the ability for a compiler to actually validate your code, detect invalid variable names, functions that don't exist and what not.
That is some nice perspective. Thanks.
No need to write ugly Java Script Code :)