[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crippled Products and the IE Question



Tod; Actually, it's a good idea and practiced rather widely.  Why?  Because
you make a module take a certain input, expecting it to give you a certain
result.  This way it can be called by multiple apps without having to
re-invent the wheel each time you need a similar function.  It's like
taking OOP to another level beyond where it currently is...

Scott K. McGrath
mcgrats@ix.netcom.com



> Tod Landis <landis@cruzio.com> writes:
> > Incidentally, making modules so dependent on one another, the way
> > that Microsoft does, is a bad practice.