Re: [PHP] modular programming

2002-02-16 Thread Kunal Jhunjhunwala
al Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "Kunal Jhunjhunwala" <[EMAIL PROTECTED]>; "php-list" <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 6:17 PM Subject: Re: [PHP] modular programming > Hey Kunal, > > > The entire

Re: [PHP] modular programming

2002-02-16 Thread DL Neil
Hey Kunal, > The entire concept of OOP was based on the data and not the processing :) No, this seems too much of a simplification. In the 'good old days' we used to design a program by using a flowchart. Such is an entirely procedural/code-based approach. Each of the philosophies that followe

Re: [PHP] modular programming

2002-02-16 Thread Kunal Jhunjhunwala
e for inspired thought." - Clifford Stoll - Original Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "Kunal Jhunjhunwala" <[EMAIL PROTECTED]>; "Steven Walker" <[EMAIL PROTECTED]> Cc: "php-list" <[EMAIL PROTECTED]> Sent:

Re: [PHP] modular programming

2002-02-16 Thread DL Neil
Dear Steven and Kunal, Agreed with what you had to say. > In my experience, 'modular coding' is entirely a process of evolution. > It's impossible to sit down and design software on paper. Every piece of > code I write is under constant evaluation. Each time a weakness is > exposed, I rethink my

Re: [PHP] modular programming

2002-02-15 Thread Peter Janett
ROTECTED] - Original Message - From: "Kunal Jhunjhunwala" <[EMAIL PROTECTED]> To: "php-list" <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 9:24 PM Subject: [PHP] modular programming > hey, > does anyone know of any good papers on modular progr

Re: [PHP] modular programming

2002-02-15 Thread Eugene Lee
On Sat, Feb 16, 2002 at 09:54:40AM +0530, Kunal Jhunjhunwala wrote: : : does anyone know of any good papers on modular programing? I have been able : to make my code modular, but I am not satisfied with it. I am trying to make : my program work the "plug in" way.. where i can just add more module

Re: [PHP] modular programming

2002-02-15 Thread Kunal Jhunjhunwala
t; <[EMAIL PROTECTED]> Cc: "php-list" <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 11:11 AM Subject: Re: [PHP] modular programming > Dear Kunal, > > I don't know of any papers... I'd be interested in what you find. > > In my experience, 'modu

Re: [PHP] modular programming

2002-02-15 Thread Steven Walker
Dear Kunal, I don't know of any papers... I'd be interested in what you find. In my experience, 'modular coding' is entirely a process of evolution. It's impossible to sit down and design software on paper. Every piece of code I write is under constant evaluation. Each time a weakness is expo

[PHP] modular programming

2002-02-15 Thread Kunal Jhunjhunwala
hey, does anyone know of any good papers on modular programing? I have been able to make my code modular, but I am not satisfied with it. I am trying to make my program work the "plug in" way.. where i can just add more modules on the fly... any tips? :) Regards, Kunal Jhunjhunwala "Minds think w