static typing

Python Type Checkers

Nadiia Novakova published on

7 min, 1251 words

As I am working with Java code, I also find static types in my project as a useful thing. They help me to reason about my code and avoid simple bugs, for example if I pass incorrect argument to some method or function.

Read More