slashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · 2 years agowhat?feddit.nlimagemessage-square56fedilinkarrow-up11.03Karrow-down129
arrow-up1999arrow-down1imagewhat?feddit.nlslashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square56fedilink
minus-squared_k_bo@feddit.delinkfedilinkarrow-up5·edit-22 years agoType Annotations and other typing-related stuff are built into the language/standard library. To get a real benefit you should use a static type checker like mypy.
Type Annotations and other typing-related stuff are built into the language/standard library.
To get a real benefit you should use a static type checker like mypy.