329
Me, migrating my code from JavaScript to TypeScript:
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Might as well not use TypeScript
using
any
is actually much worse than using TS, because you're basically telling the compiler "don't help me here".. at least with JS the IDE is gonna help you.. :/