[Oberon] IMPORT Modules: why does order matter?
Richard Hable
informujo at aon.at
Sat Mar 2 14:20:57 CET 2019
On 02.03.19 05:22, Chris Burrows wrote:
> M2 directly imports M0 but also indirectly imports M0 via M1.
This doesn't make sense. Short identifier names are easy to get wrong…
Do you mean, a module importing another module also has to explicitly
import all modules referred by the imported module? That would be
strange: as a user of a module I do not want to have to care about
implementation details like its import list.
Richard
More information about the Oberon
mailing list