this post was submitted on 03 Aug 2023
995 points (97.2% liked)

Programmer Humor

33293 readers
78 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] d_k_bo@feddit.de 5 points 2 years ago* (last edited 2 years ago)

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.