What is type checking? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is type checking?

28th Nov 2015, 1:45 AM
Arjoon Srikanth
Arjoon Srikanth - avatar
1 Answer
+ 1
In short, typing allows you to have code that makes certain guarantees. It eliminates whole classes of bugs from the realm of possibility at compile time. It is also more efficient, in terms of both space and, especially, time.
6th May 2016, 12:09 PM
James Flanders