Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In my opinion having to be explicit about what imports are used where makes the code more readable. There's never any "mystery" methods suddenly being called in the middle of a complex function (sometimes without a namespace so you're not even sure which library it's from), and I suppose it makes stuff like tree-shaking easier as well.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: