• 0 Posts
  • 2 Comments
Joined 1Y ago
cake
Cake day: Jun 30, 2023

help-circle
rss

this is terrible advise - you should be using unknown. using any you’re basically disabling TS and will be under the false assumption that your code is ok while it’s most likely missing a lot of runtime checks


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… :/