idkr-client / idkr

:video_game: idk, just a Krunker client
GNU Affero General Public License v3.0
56 stars 37 forks source link

why use jsdoc typedefs and not typescript? #37

Closed KraXen72 closed 2 years ago

KraXen72 commented 2 years ago

why would you guys use jsdoc typedefs and type functionality over typescript? typescript seems like less work..

NullDev commented 2 years ago

Overall, TypeScript is more work. Considering we need a total re-write, build chains, have build times, probably get a lot of whacky errors, have a lot of resulting build overhead, etc. With JSDoc we take TypeScripts Type safety without having to worry about all the other problems that come with it

KraXen72 commented 2 years ago

alright then