DEV Community

Discussion on: Using Python's Type Annotations

Collapse
 
rhymes profile image
rhymes

Type annotations that have no compile-time or runtime effect are worse than not having annotations at all

I agree, that's why I don't use them yet. I might start looking into them if I were to adopt mypy which is a compile time static type checker...