AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is It Ok to Use Implicit Types?
A i will use, and i got this answer from asking a lot of peopleo is it ok to use implicit types, implicit type s for internal code? Anything that is exported and used as as as an api or used as a function somewhere else in your code base should be explicitly typed. It's sometimes it's nice tome in terms of like, catching bugs and stuff like that. But you certainly can go a long way with implicit types and typescript and it's very, very handy.