|
|
|
|
|
by stellalo
261 days ago
|
|
> The extra typing clarification in python makes the code harder to read It’s funny, because for me is quite the opposite: I find myself reading Python more easily when there are type annotations. One caveat might be: for that to happen, I need to know that type checking is also in place, or else my brain dismissed annotations in that they could just be noise. I guess this is why in Julia or Rust or C you have this stronger feeling that types are looking after you. |
|