DEV Community

Discussion on: Complete this sentence: If I could add a new programming skill it would be...

Collapse
 
harittweets profile image
Harit Himanshu

TypeScript. It fun to work with JavaScript, but I would surely appreciate the type-safety, IDE refactorings and the nice features that it provides related to Inference and Types

Collapse
 
jrohatiner profile image
Judith

That is interesting. Typechecking has always been a little nebulous to me. Would love to see an "explain it to me like I'm five" post on this. I did find this: medium.com/ovrsea/checking-the-typ... and it was helpful. What do you think?
Thanks for the input!

Collapse
 
harittweets profile image
Harit Himanshu

Not just as to guard against the input to the function, but also as designing a solution with Type System, so that the possible solution to a problem is constrained to only one solution using Types. I would see if I get an example to send it your way! Thanks

Thread Thread
 
jrohatiner profile image
Judith

Awesome! Thx!