Re: Modules
- From: "Dag Sunde" <me@xxxxxxxxxxxx>
- Date: 18 Aug 2006 01:18:52 +0200
Frank Adam wrote:
On 18 Aug 2006 01:01:13 +0200, "Dag Sunde" <me@xxxxxxxxxxxx> wrote:
Ahhh, *now* we're talking bloat. Next you'll be confessing to usingAs far as the Form is concerned, it's only job wasThat particular approach is a very good practice, and is called
to detect the event, the rest is none of it's business.
...............
Now I like that attitude. Detect and redirect whenever possible.
(or is part of) the "MVC design pattern" (Model/View/Controller)
Worth googling for!
I too split on functionality like most of the rest here, but i tend
to make classes instead of functions in public modules. (I know,
I'm probably way too OO...) ;-)
collections ! ;-p
Splutter!!!! hmpfffh!
Of COURSE I'm using collections!
Especially when my database is *huge* and I need to grab that
500000 row table in one go!
;-D
(But yes, as long as I *know* they will never be larger than
approx. 500 item, I do...)
--
Dag.
.
- References:
- Modules
- From: WebBiz
- Re: Modules
- From: Frank Adam
- Re: Modules
- From: WebBiz
- Re: Modules
- From: Dag Sunde
- Re: Modules
- From: Frank Adam
- Modules
- Prev by Date: Re: Modules
- Next by Date: Saving/Loading Settings
- Previous by thread: Re: Modules
- Next by thread: Re: Modules
- Index(es):
Relevant Pages
|