Hacker News new | ask | show | jobs
by mb21 5501 days ago
I don't understand. I can't tell if you are arguing for or against explicit returns. Can you elaborate?
1 comments

I suspect he read "typing return" as "return having one specific type" (i.e., "return an int (not string, float, etc.)".

That's a different (but related) issue.