On 12/24/2016 02:03 PM, Andrei Alexandrescu wrote:
With no top-level imports and all imports hoisted into inline imports, the fixed cost of importing one module will be that module alone.
I'd really like to clarify this because that's where scalability comes from. The moment you need to open an unbounded amount of files for one import, it's gone. If I missed something and more than one module needs to be looked at I need to rethink the whole DIP. -- Andrei
