On 12/03/14 06:38 AM, Huon Wilson wrote:
> Certain aspects of them dramatically complicate the name resolution
> algorithm (as I understand it), and, anyway, they have various downsides
> for the actual code, e.g. the equivalent in Python is frowned upon:
> http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#importing
> 
> Maybe they aren't so bad in a compiled & statically typed language? I
> don't know; either way, I personally find code without glob imports
> easier to read, because I can work out which function is being called
> very easily, whereas glob imports require more effort.
> 
> 
> Huon

I think it's still pretty bad. It makes it *very* hard to read the code
because it's not clear where the names are coming from.


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to