On Jan 13, 2008 5:15 AM, Michiel van der Wulp <[EMAIL PROTECTED]> wrote:
> In the light of issue 4752, can we agree upon the following? > > ArgouML shall initialise the Gui BEFORE the Modules are initialised. I guess it depends on what we mean by "initialize." I think part of the problem is that everyone wants to be initialized first or last and that we do too much initialization too early. I think we should be doing: - lazy initialization - don't initialize things until needed - run time extension - modules can add extensions whenever they want Having said that, in the short term, I think we need to stabilize things and the best way to do that is probably to revert to the initialization order that we used before the profile work was introduced. Is that what your proposal does? Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
