Hacker News new | ask | show | jobs
by toqy 1337 days ago
I prefer inferred types when available. Then an IDE and compiler can get together to provide further details when needed. Honestly f: MyStupidInterface = myStupidMethod(); doesn't tell me much more.