On Wed, Mar 12, 2014 at 12:12 PM, Clark Gaebel <[email protected]> wrote: > That implies we need better editors. Things I need for exploring large > codebases: > > 1. Go to definition > 2. What's the type of this variable/function? > > With these two things, it should be relatively easy to read code with or > without glob imports.
I consider those features /extremely/ useful as well. However, I would still prefer to be able to read code purely in my head, without having to actively press keys to figure out what I'm reading. If you have a fancy IDE then it should also be able to add the namespaces for you... (Sadly, type inference makes that sort of reading something of a lost cause in general - not that I'm against type inference, since it makes writing so much nicer.) _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
