back

by layer8·5y ago·view on hn ↗
> you can always also write the expected type, if you want.

But you have to read the code of people who didn‘t.

1 comments
Exactly. Like when you see:

    var x = some_function();
What am I dealing with here? mmmmmm....

Ok... let's find some_function()... I hope my editor has "go to definition", otherwise "grep -r some_function ."...