slashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · 1 year agowhat?feddit.nlimagemessage-square58fedilinkarrow-up11.03Karrow-down129
arrow-up11Karrow-down1imagewhat?feddit.nlslashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square58fedilink
minus-squared_k_bo@feddit.delinkfedilinkarrow-up5·edit-21 year 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.