[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: More Windows stuff ... Gorm works ... sort of
From:
Lars Sonchocky-Helldorf
Subject:
Re: More Windows stuff ... Gorm works ... sort of
Date:
2005年3月22日 22:39:20 +0100
Am Dienstag, 22.03.05 um 16:50 Uhr schrieb Nicola Pero:
The other obvious reasons is that building the palettes depends on
building Gorm.app (to resolve the symbols), and building Gorm.app
depends
on building the palettes (to copy them into the Gorm.app bundle), so
you
get into a nasty building organization as you have now
This is called a circular dependency which you have to avoid in
software design. The Solution here is using the dependency inversion
principle:
http://www.google.com/search?hl=en&lr=&q=dependency+inversion+principle
. And it's always a good idea to have a read on software design
patterns.
regards, Lars
- Re: More Windows stuff ... Gorm works ... sort of, (continued)
- Re: More Windows stuff ... Gorm works ... sort of , Gregory John Casamento, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Gregory John Casamento, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Nicola Pero, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Richard Frith-Macdonald, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Nicola Pero, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Gregory John Casamento, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Nicola Pero, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Alex Perez, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Sheldon Gill, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Gregory John Casamento, 2005年03月23日
- Re: More Windows stuff ... Gorm works ... sort of,
Lars Sonchocky-Helldorf <=
- Re: More Windows stuff ... Gorm works ... sort of , Alex Perez, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Alex Perez, 2005年03月22日
- Re: More Windows stuff ... Gorm works ... sort of , Nicola Pero, 2005年03月22日
Re: More Windows stuff ... Gorm works ... sort of , Gregory John Casamento, 2005年03月22日