chraebsli to Programmer [email protected] • 1 year agoStop comparing programming languagesprogramming.devimagemessage-square183fedilinkarrow-up1722
arrow-up1722imageStop comparing programming languagesprogramming.devchraebsli to Programmer [email protected] • 1 year agomessage-square183fedilink
Stop comparing programming languages Python is versatile JavaScript is powerful Ruby is elegant C is essential C++ Java is robust
minus-square@[email protected]linkfedilinkEnglish12•1 year agoLast company I worked at used Typescript, but used any for everything… I have no idea why. I never got an actual answer.
minus-square@[email protected]linkfedilinkEnglish15•1 year agoBecause they didn’t want to train their JS developers and didn’t want to cause friction for new projects. They get to say they’re using TS, with basically none of the real advantages. (Apart from general rational error checking.)
Last company I worked at used Typescript, but used
any
for everything… I have no idea why. I never got an actual answer.Because they didn’t want to train their JS developers and didn’t want to cause friction for new projects. They get to say they’re using TS, with basically none of the real advantages. (Apart from general rational error checking.)