Hacker News new | ask | show | jobs
by n3150n 907 days ago
Could you expand on it? It is truly surprising for me that anyone would find code with type annotations to be significantly worse, for any reasons whatsoever.

On the contrary, I joyfully read and write code with type annotations. It is obviously very useful knowing which object types a function expects and which it will return.

1 comments

verbosity tends to make code worse, not better.