in reply to •Re: "Rites of Passage" wheel reinventing
in thread "Rites of Passage" wheel reinventing
The example I can think of is that we have a number of reports which are similar in structure. They all take a set of parameters that are a subset of all parameters. Which parameters are report-dependent, but they all need to be handled similarly. So, the report class will say "I'm using these parameters" and the parameter class will add the appropriate attribute(s) to the report class.
Parameters are broken out because they also:
------
We are the carpenters and bricklayers of the Information Age.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: "Rites of Passage" wheel reinventing
by hardburn (Abbot) on Feb 27, 2004 at 14:36 UTC | |
by merlyn (Sage) on Feb 27, 2004 at 15:58 UTC | |
by grantm (Parson) on Feb 27, 2004 at 18:50 UTC | |
by hardburn (Abbot) on Feb 27, 2004 at 19:17 UTC | |
by ambrus (Abbot) on Feb 27, 2004 at 19:39 UTC | |
by hardburn (Abbot) on Feb 27, 2004 at 19:58 UTC | |
|