Why use Typescript ?
Introduction When I was using JavaScript , there is an inside joke in our team if you don't know coding then you need to use typescript . As Typescript provides you the types that make you write better code with less mistakes before compilation. It's all good using typescript but seriously why even barely use typescript for just types , if you know what you are coding , and know all you variables because you give them good naming that make you help understand the code of which is used for. Obviously , if you write exactly you wanted and you are a solo developer without any team or any interference, why even bare learning types ? Why even bare learning typescript ? Correct question and on point ! But do you know when you write code on Friday with the strategy you made and when you come again on Monday , writing the code with the exact same strategy as Friday is not possible and you can make mistakes . You know , time are bad sometimes and you can't rem...