473,416 Members | 1,869 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

OO in PHP

Please, someone, tell me why OO in PHP is better than procedural.
Jul 17 '05 #1
51 5190
Mudge wrote:
Please, someone, tell me why OO in PHP is better than procedural.


And please be specific. Don't tell me something general like it increases
code re-usibility.
Jul 17 '05 #2
Mudge wrote:
Please, someone, tell me why OO in PHP is better than procedural.


Who said it was? For some things OO is better, for others procedural is
better. I would say the same for all OO languages I have programmed in, and
I often mix the two in a project.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 17 '05 #3
*** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
And please be specific. Don't tell me something general like it increases
code re-usibility.


If you want specific answers you should make specific question, shouldn't
you? ;-) In computer science you can never say "A is better than B" without
first considering what you need to do.

--
--
-- Álvaro G. Vicario - Burgos, Spain
--
Jul 17 '05 #4
Alvaro G Vicario wrote:
*** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
And please be specific. Don't tell me something general like it increases
code re-usibility.


If you want specific answers you should make specific question, shouldn't
you? ;-) In computer science you can never say "A is better than B"
without first considering what you need to do.


I want to build a large customized content management system in PHP. Should
I use OO or procedural?

I never went to computer science school.
Jul 17 '05 #5
Mudge (ma******@hotmail.com) wrote:
: Alvaro G Vicario wrote:

: > *** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
: >> And please be specific. Don't tell me something general like it increases
: >> code re-usibility.
: >
: > If you want specific answers you should make specific question, shouldn't
: > you? ;-) In computer science you can never say "A is better than B"
: > without first considering what you need to do.
: >

: I want to build a large customized content management system in PHP. Should
: I use OO or procedural?

You should probably use an existing content management system.

Otherwise, yes, you should use OO or procedural.

Jul 17 '05 #6
"Mudge" <ma******@hotmail.com> schrieb im Newsbeitrag
news:oo6Hc.44433$XM6.8100@attbi_s53...
Alvaro G Vicario wrote:
*** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
And please be specific. Don't tell me something general like it increases code re-usibility.
If you want specific answers you should make specific question, shouldn't you? ;-) In computer science you can never say "A is better than B"
without first considering what you need to do.


I want to build a large customized content management system in PHP.

Should I use OO or procedural?


I am actually re-writing my large customized content management system the
OO way, using PEAR libraries. For 2 reasons:
1. I want to learn how to write OO and how to use the advantages of PEAR
packages
2. it increases code readability and re-usibility ;-) and thus makes it
easier to maintain, update and enlarge the program

What more do you want to be told? Your programming style is essential for
you, but not for your project. It does not affect the functions, usability,
or design of your system.

Markus
Jul 17 '05 #7
Mudge wrote:
Alvaro G Vicario wrote:
*** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
And please be specific. Don't tell me something general like it
increases code re-usibility.


If you want specific answers you should make specific question, shouldn't
you? ;-) In computer science you can never say "A is better than B"
without first considering what you need to do.


I want to build a large customized content management system in PHP.
Should I use OO or procedural?

I never went to computer science school.


Then you need to decide for yourself which is more appropriate

C.
Jul 17 '05 #8
OO is not better than Procedural, just different. Take a look at
http://www.zend.com/zend/art/oo-proc.php

--
Tony Marston

http://www.tonymarston.net
"Mudge" <ma******@hotmail.com> wrote in message
news:KJ5Hc.27769$JR4.14751@attbi_s54...
Please, someone, tell me why OO in PHP is better than procedural.

Jul 17 '05 #9

"Mudge" <ma******@hotmail.com> wrote in message
news:YL5Hc.27779$JR4.8479@attbi_s54...
Mudge wrote:
Please, someone, tell me why OO in PHP is better than procedural.


And please be specific. Don't tell me something general like it increases
code re-usibility.


That answer is also crap. It is possible to write acres of reusable code
without using OO at all. It is also possible to use OO techniques and
produce code that is virtually unusable.

The paradigm (OO or Procedural) is irrelevant. It is all down to how you
implement it.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #10
Mudge <ma******@hotmail.com> wrote in message news:<oo6Hc.44433$XM6.8100@attbi_s53>...
Alvaro G Vicario wrote:
*** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
And please be specific. Don't tell me something general like it increases
code re-usibility.


If you want specific answers you should make specific question, shouldn't
you? ;-) In computer science you can never say "A is better than B"
without first considering what you need to do.


I want to build a large customized content management system in PHP. Should
I use OO or procedural?

I never went to computer science school.


How much about PHP do you know in the first place, much less general
programming and content management? If you know these basics, then
you should assess your needs and then determine if OO or procedural is
better for you.

Study in the PHP manual under OO concepts and look up the plusses and
minuses; along with that, assess which version of PHP are you working
with in order to be able to know what is better for you.

Your response is far too vague to be able to give you an answer and
without demonstrating any research on your end, nobody can answer
that.

I can tell you, though, that in my application development I've used a
blend of procedural and OO together in various components and
"JAR-like" libraries.

Phil
Jul 17 '05 #11
Chris Hope wrote:
Mudge wrote:

Please, someone, tell me why OO in PHP is better than procedural.

Who said it was? For some things OO is better, for others procedural is
better. I would say the same for all OO languages I have programmed in, and
I often mix the two in a project.


it's kinda-like asking do you like apples or oranges.. the answer is: I
like both and sometimes in a mixed bowl of fruit...

languages and methods are just tools, you use the tool that gets the job
done.... and if you are lazy like me, with the least amount of effort.
Michael Austin.
Jul 17 '05 #12
On Thu, 08 Jul 2004 06:23:52 GMT, Mudge <ma******@hotmail.com> wrote:
Mudge wrote:
Please, someone, tell me why OO in PHP is better than procedural.


And please be specific. Don't tell me something general like it increases
code re-usibility.


It increases code re-usablility.

Oh, wait you want a better answer....
Really it depends. I kind of flip-flop as to whether I setup an object
to be called or I just hard-code a procedure and copy it where I need
it.

Objects can be useful or re-usablity and in particular where
inheretance is needed. They do carry a bit of (mental) overhead though
and need to be managed.

For one-off type procedures, however, object-based code may make
little sense. (To me anyway). I often start out my coding by writing
(or specing for) procedural functions, but then decide later to turn
them into object if they meet my criteria for reuse. In other words,
if it isn't easier for me and my programming team to use the object,
don't.

Just my $.02 - this opinion may not be valid for others.

kai
www.perfectreign.com || www.filesite.org
g2004 at g3prod.cotse.net
Jul 17 '05 #13
On Thu, 08 Jul 2004 11:11:23 +0100, Tony Marston wrote:
That answer is also crap. It is possible to write acres of reusable code
without using OO at all.


Agreed. User-defined functions are by definition re-usable code and do
not have to be OO at all.

--
Jeffrey D. Silverman | je*****@pantsjhu.edu **
Website | http://www.newtnotes.com

(** Drop "pants" to reply by email)

Jul 17 '05 #14
"Mudge" <ma******@hotmail.com> wrote in message
news:oo6Hc.44433$XM6.8100@attbi_s53...
Alvaro G Vicario wrote:
*** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
And please be specific. Don't tell me something general like it increases code re-usibility.
If you want specific answers you should make specific question, shouldn't you? ;-) In computer science you can never say "A is better than B"
without first considering what you need to do.


I want to build a large customized content management system in PHP.

Should I use OO or procedural?

I never went to computer science school.


Psssst. <hushed-voice>Objects merely encapsulate procedural
code</hushed-voice>

Ahem. Objects organize code into reusable components... and couple the
behavior with the associated data. Okay, major oversimplification... but the
fact is that when you get to the bottom line, someone has to write some code
to manipulate some data.

- Virgil
Jul 17 '05 #15
"Tony Marston" <to**@NOSPAM.demon.co.uk> emerged reluctantly from
the curtain and staggered drunkenly up to the mic. In a cracked
and slurred voice he muttered:
That answer is also crap. It is possible to write acres of
reusable code without using OO at all. It is also possible to
use OO techniques and produce code that is virtually unusable.

The paradigm (OO or Procedural) is irrelevant. It is all down to
how you implement it.


I agree with this. The benefit (as I see it) of object-orientation
is it better allows the modelling of real-world situations in code.
So you think of your code as objects with tasks rather than a list
of sequential procedures.

--
Phil Roberts | Without me its just aweso. | http://www.flatnet.net/

"Mankind differs from the animals only by a little,
and most people throw that away."
- Confucious
Jul 17 '05 #16
Tony Marston wrote:
OO is not better than Procedural, just different. Take a look at
http://www.zend.com/zend/art/oo-proc.php

Or is it? Take a look at:
http://groups.google.nl/groups?hl=nl...com%26rnum%3D1

Many problems that are tributed to OO are in fact problems with C++ and
Java that did not occur in Smalltalk, the cradle of OO.

"The thing that I really hate about Smalltalk,
though, is the fact that every time I wish C++
or Java did something differently it turns out
that Smalltalk does it the way I want it to.
I've never even used Smalltalk on a real project.
I just learned it so that I could read source code,
now I keep running into things that would be easier
if I were using it. It's really annoying.
(Phil Goodwin)

Php is closer to Smalltalk then C++ and Java. And it's getting better
with php5.

I have been explaining and advocating OO since 1992. Back then people
had a hard time to believe my explanation that objects are like the
small creatures that creep around in (now retro) computer games like
pacman. They said it was only simulation. They are right, there eare no
buttons on you screen, no menu's, no letters, only pixels. But though
still "garbage in garbage out" people sometimes claim to make sense out
of those pixels, calling it buttons, letters etc, and programmers
sometimes can manipulate the pixels so that they keep saying that again
and again.

Now what is the use of programming a computer as if it where filled with
little pacman like creatures? Maybe because it makes more sense to
humans then having a single entity do everthing on its own, folling
endless lists of procedural instructions? It is next to impossible to
convince someone about this.

Nowadays i usually do not need to. OO simply has made it to the
mainstream, those who still disagree are now the ones that need to
convince others. So i am no longer advocating OO, i now can let the
opponents do the arguing, and see how (un)convincing they are.

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.

Jul 17 '05 #17
Phil Roberts wrote:
"Tony Marston" <to**@NOSPAM.demon.co.uk> emerged reluctantly from
the curtain and staggered drunkenly up to the mic. In a cracked
and slurred voice he muttered:

That answer is also crap. It is possible to write acres of
reusable code without using OO at all. It is also possible to
use OO techniques and produce code that is virtually unusable.

The paradigm (OO or Procedural) is irrelevant. It is all down to
how you implement it.

I agree with this. The benefit (as I see it) of object-orientation
is it better allows the modelling of real-world situations in code.
So you think of your code as objects with tasks rather than a list
of sequential procedures.


A well-known {paraphrased} quote from either Codd or Date (don't recall
which one) was that "we spent years breaking data into usable parts, now
all the OO people are putting it all back together again" -- or
something like that...

The mathematical computations for the relational model would be very
daunting to most DBA's today (including me -- and I have the book. :) )

Michael Austin.
Jul 17 '05 #18

"Henk Verhoeven" <ne**@phppeanutsREMOVE-THIS.org> wrote in message
news:cc**********@news3.tilbu1.nb.home.nl...
Tony Marston wrote:
> OO is not better than Procedural, just different. Take a look at
> http://www.zend.com/zend/art/oo-proc.php
> Or is it? Take a look at:

http://groups.google.nl/groups?hl=nl...com%26rnum%3D1
Many problems that are tributed to OO are in fact problems with C++ and
Java that did not occur in Smalltalk, the cradle of OO.

"The thing that I really hate about Smalltalk,
though, is the fact that every time I wish C++
or Java did something differently it turns out
that Smalltalk does it the way I want it to.
I've never even used Smalltalk on a real project.
I just learned it so that I could read source code,
now I keep running into things that would be easier
if I were using it. It's really annoying.
(Phil Goodwin)

Php is closer to Smalltalk then C++ and Java. And it's getting better
with php5.

I have been explaining and advocating OO since 1992. Back then people
had a hard time to believe my explanation that objects are like the
small creatures that creep around in (now retro) computer games like
pacman. They said it was only simulation. They are right, there eare no
buttons on you screen, no menu's, no letters, only pixels. But though
still "garbage in garbage out" people sometimes claim to make sense out
of those pixels, calling it buttons, letters etc, and programmers
sometimes can manipulate the pixels so that they keep saying that again
and again.

Now what is the use of programming a computer as if it where filled with
little pacman like creatures? Maybe because it makes more sense to
humans then having a single entity do everthing on its own, folling
endless lists of procedural instructions? It is next to impossible to
convince someone about this.

Nowadays i usually do not need to. OO simply has made it to the
mainstream, those who still disagree are now the ones that need to
convince others. So i am no longer advocating OO, i now can let the
opponents do the arguing, and see how (un)convincing they are.


OO is not the be-all and end-all of computer programming. It is simply one
technique among many which can be used and abused just like any other
technique. It is possible to write bad programs in OO just as it is possible
to write bad procedural code. Using OO does not prevent mistakes, it simply
produces a different class of mistake.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #19
Mudge <ma******@hotmail.com> wrote in message
news:<KJ5Hc.27769$JR4.14751@attbi_s54>...

Please, someone, tell me why OO in PHP is better than procedural.


It's not. OO was added to PHP as an afterthought and tends to
create all kinds of unnecessary overhead. This said, OOP may
be required to interact with other technologies that do not have
procedural interfaces (COM, LDAP, etc.)

Cheers,
NC
Jul 17 '05 #20
Nikolai Chuvakhin a écrit :
Mudge <ma******@hotmail.com> wrote in message
news:<KJ5Hc.27769$JR4.14751@attbi_s54>...
Please, someone, tell me why OO in PHP is better than procedural.

It's not. OO was added to PHP as an afterthought and tends to
create all kinds of unnecessary overhead. This said, OOP may
be required to interact with other technologies that do not have
procedural interfaces (COM, LDAP, etc.)


LDAP ? Does not have a procedural interface ? Oh, my ! So I've spent so
many hours writing an OO wrapper around the (non-existing) procedural
interface to LDAP ? My bad :(

But... Wait a minute... Where is the manual ?
http://fr3.php.net/manual/en/ref.ldap.php

Oh, yes, I see...
Jul 17 '05 #21
"Mudge" <ma******@hotmail.com> wrote in message
news:oo6Hc.44433$XM6.8100@attbi_s53...
Alvaro G Vicario wrote:
*** Mudge wrote/escribió (Thu, 08 Jul 2004 06:23:52 GMT):
And please be specific. Don't tell me something general like it increases code re-usibility.
If you want specific answers you should make specific question, shouldn't you? ;-) In computer science you can never say "A is better than B"
without first considering what you need to do.


I want to build a large customized content management system in PHP.

Should I use OO or procedural?

I never went to computer science school.


Well, a mixture of the two is probably the best advise. The database layer I
would implement with OO, as the use of objects tends to simplify code that
deal with states and storage. For the presentation layer I would stick with
procedural code, as the output of HTML is better modeled as a linear
process.
Jul 17 '05 #22
"Henk Verhoeven" <ne**@phppeanutsREMOVE-THIS.org> wrote in message
news:cc**********@news3.tilbu1.nb.home.nl...
Nowadays i usually do not need to. OO simply has made it to the
mainstream, those who still disagree are now the ones that need to
convince others. So i am no longer advocating OO, i now can let the
opponents do the arguing, and see how (un)convincing they are.

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.


Vanity programming is the worst kind of programming. People who program in
OO because it's somehow "mainstream" are the same peons who watch American
Idols and follow the Arkins diet.
Jul 17 '05 #23
Chung Leong wrote:
Vanity programming is the worst kind of programming. People who program in
OO because it's somehow "mainstream" are the same peons who watch American
Idols and follow the Arkins diet.

Hi chung,

I like your reply :-)))

But OTOH i do think there is a rationale for some conformism towards
commonly accepted standards and best practices. However, OO is not
simply a "best practice" or so, imho it's a paradigm in the sense T.S.
Kuhn meant in his book "Structure of scientific revolutions". Kuhn
explained the impossability of logical or even empirical falsification
of a paradigm and described how consensus between scientists in the end
is descisive in the competition between paradigms. In that respect OO
getting into the mainstream, maybe even becoming the leading paradigm,
is the most rational measure we have of its value.

Of course this does not mean that arguments are not important, and
certainly not that discussions should stop. But it can be expected that
progress will come from NEW paradigms, not from old, predecessor ones
like procedural or structural programming.

Greetings,

Henk.

P.S. i do believe that building good software requires an open mind,
originality and creativity and that conformism is not very compatible
with that. And i must confess that i share your romantic belief that
*good* developers do not watch American Idols and follow the Arkins diet ;-)

Jul 17 '05 #24
Tony Marston wrote:
OO is not the be-all and end-all of computer programming. It is simply one
technique among many which can be used and abused just like any other
technique. It is possible to write bad programs in OO just as it is possible
to write bad procedural code. Using OO does not prevent mistakes, it simply
produces a different class of mistake.


Tony, i totally agree, except for OO to be a technique, i think it's a
paradigm, see my reply to Chung Leong. Many bad programs that use
objects and classes seem bad to me because they brutally violate a very
basic principle of OO. Usually they also violate basic principles of
structured programming.

It would be interesting to see code that abuses principles of OO to
create a bad program. And i do not meen a program that does evil things,
like a virus. I mean badly designed. But i am sure it can be done, OO
has its limitations, it's just hard to see them without a new paradigm
to make them visible.

One furter remark about mistakes: the number of bugs introduced tends to
be proportional to the amount of code that is written. This is
independent from the number of years of experience of the programmer.
But the more frequent existing code is used, the more bugs are removed
by debugging. So reusing existing code instead of writing new code will
in practice decrease the number of bugs in the end user software in two
ways: less code, more frequently used. (To my knowledge there is no
evidence that following code patterns does this too)

Greetings,

Henk.

Illustration: Amiga, OO without classes

I once studied some good programming manuals about the Amiga OS
libraries. They showed an impressive smartness and discipline in the
combined use of structs, libraries and function pointers, but it was
hard to grasp. Later, when i learnt OO, i concluded the deveolpers of
the Amiga must have understood the principles of OO very well. Yet they
used flat c for implementation.

Interesting detail: The amiga 500 had a multi tasking operating system
with a GUI in only 256 Kb rom and 880 Kb disk. Compare that to the size
of the first version of windows 95...

Jul 17 '05 #25
Henk Verhoeven <ne**@phppeanutsREMOVE-THIS.org> wrote in message news:<cc**********@news2.tilbu1.nb.home.nl>...
Chung Leong wrote:
Vanity programming is the worst kind of programming. People who program in
OO because it's somehow "mainstream" are the same peons who watch American
Idols and follow the Arkins diet.
Hi chung,

I like your reply :-)))

But OTOH i do think there is a rationale for some conformism towards
commonly accepted standards and best practices. However, OO is not
simply a "best practice" or so, imho it's a paradigm in the sense T.S.
Kuhn meant in his book "Structure of scientific revolutions". Kuhn
explained the impossability of logical or even empirical falsification
of a paradigm and described how consensus between scientists in the end
is descisive in the competition between paradigms. In that respect OO
getting into the mainstream, maybe even becoming the leading paradigm,
is the most rational measure we have of its value.

Of course this does not mean that arguments are not important, and
certainly not that discussions should stop. But it can be expected that
progress will come from NEW paradigms, not from old, predecessor ones
like procedural or structural programming.


That reminds me, what is the latest consensus on AOP as opposed to OOP
and is that even being considered within the PHP community?


Greetings,

Henk.

P.S. i do believe that building good software requires an open mind,
originality and creativity and that conformism is not very compatible
with that. And i must confess that i share your romantic belief that
*good* developers do not watch American Idols and follow the Arkins diet ;-)


We're too busy coding to watch stupid reality shows. We watch the
History Channel and eat large slabs of meat, and the occasional sushi!
;)

Phil
Jul 17 '05 #26
Phil Powell wrote:
That reminds me, what is the latest consensus on AOP as opposed to OOP
and is that even being considered within the PHP community?


Personally i would rather have some more abstract or low level form of
implicit delegation being supported by PHP (directly without
precompilation). It should be implemented in such way that one can at
least use it for AOP, Composition Filters, proxies and Smalltalks
#doesNotUnderstand:, Preferably it allows framework development in such
a way that design patterns become an outdated, somewhat clumsy form of
expression.

I must admit i do not have a concrete proposal, but if one builds AOP,
Composition Filters, proxies and Smalltalks #doesNotUnderstand: into PHP
and then tries to refactor all modifications he made to PHP into a
single language extension (one single keyword or function) he might get
close.

Greetings,

Henk Verhoeven,
www,phpPeanuts.org.

Jul 17 '05 #27
Hello,

On 07/09/2004 04:03 PM, Henk Verhoeven wrote:
Phil Powell wrote:
> That reminds me, what is the latest consensus on AOP as opposed to OOP
> and is that even being considered within the PHP community?


Personally i would rather have some more abstract or low level form of
implicit delegation being supported by PHP (directly without
precompilation).


AOP is not different and OOP. It is just a way to make more efficient
software (read not so bloated) by only including the Aspects that you
really want in the software that you load at runtime.

The problem with traditional OOP is that as you evolve your library
classes to make them more flexible, you keep adding code that will
probably be use just in case.

That gets worse with cascaded dependencies: classes that get loaded just
because you used one feature that you want from one class that requires
other classes to implement features that you do not need.

It would be better if you just could tell what features you need and a
magic generator would generate a class that includes the aspects that
you really will use at run time.

This is the approach of Metastorage Data Access Object (DAO) classes
generator. You just describe your DAO classes and specify which
functionality you need. Then it just generates JE WIN code (Just Exactly
What I Need). For instance, if you will never need to delete persistent
objects, Metastorage will not generate delete object functions.

The result is more compact software that loads faster at run time and
saves memory. This is an actual call for Code Generation based solutions
like Metastorage which implements a black box approach for AOP. There
are also white box approaches to AOP based on code insertion on existing
code.

You may find more about Metastorage here:

http://www.meta-language.net/metastorage.html
--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #28
Henk Verhoeven wrote:
Tony Marston wrote:
OO is not the be-all and end-all of computer programming. It is simply
one
technique among many which can be used and abused just like any other
technique. It is possible to write bad programs in OO just as it is
possible
to write bad procedural code. Using OO does not prevent mistakes, it
simply
produces a different class of mistake.


Tony, i totally agree, except for OO to be a technique, i think it's a
paradigm, see my reply to Chung Leong. Many bad programs that use
objects and classes seem bad to me because they brutally violate a very
basic principle of OO. Usually they also violate basic principles of
structured programming.

It would be interesting to see code that abuses principles of OO to
create a bad program. And i do not meen a program that does evil things,
like a virus. I mean badly designed. But i am sure it can be done, OO
has its limitations, it's just hard to see them without a new paradigm
to make them visible.

One furter remark about mistakes: the number of bugs introduced tends to
be proportional to the amount of code that is written. This is
independent from the number of years of experience of the programmer.
But the more frequent existing code is used, the more bugs are removed
by debugging. So reusing existing code instead of writing new code will
in practice decrease the number of bugs in the end user software in two
ways: less code, more frequently used. (To my knowledge there is no
evidence that following code patterns does this too)

Greetings,

Henk.

Illustration: Amiga, OO without classes

I once studied some good programming manuals about the Amiga OS
libraries. They showed an impressive smartness and discipline in the
combined use of structs, libraries and function pointers, but it was
hard to grasp. Later, when i learnt OO, i concluded the deveolpers of
the Amiga must have understood the principles of OO very well. Yet they
used flat c for implementation.

Interesting detail: The amiga 500 had a multi tasking operating system
with a GUI in only 256 Kb rom and 880 Kb disk. Compare that to the size
of the first version of windows 95...


and the amiga OS is still better that the stuff that comes from Redmond...

Michael Austin.
Jul 17 '05 #29
Manuel Lemos wrote:
The problem with traditional OOP is that as you evolve your library
classes to make them more flexible, you keep adding code that will
probably be use just in case.
Hi Manual,

Only if you never rebuild your library. I have rebuilt ours two times
now (that makes three in total). This means that after some years we
reuse the concepts and designs but drop the code. It still kept getting
more powerfull where it is most effective, but it it also gets stripped
from everything that is not the simpelest thing that could possibly work
for the most essential objectives. Therfore it's still only 1.1 Mb
uncompressed.
That gets worse with cascaded dependencies: classes that get loaded just
because you used one feature that you want from one class that requires
other classes to implement features that you do not need.
Not if you ever only include a class if you are going to call its
functions or instantiate it.
It would be better if you just could tell what features you need and a
magic generator would generate a class that includes the aspects that
you really will use at run time.
That would only eliminate about 5 include calls from ca 3 methods per
class. I do not think that would make a big difference it the size of my
code, nor in the number of bugs. But i must admit that i use meta data
for auto inclusion in those cases where i eliminated the code it should
be in entirely ;-)
You just describe your DAO classes and specify which
functionality you need.
What else is programming? As i understand it you still need to specify,
that's source code too. I want less source code, i do nog have a
performance problem.
This is an actual call for Code Generation based solutions
like Metastorage
Why would you need a code generator for that? Why not simply factor out
the code you now generate?

Sorry, i am just not ready to buy it that AOP would be just a perfomance
issue. To my understanding the case for AOP (and CF likewise) consists
of answers to the above question.

This does not mean that i am agains JIT compilers etc., they can be
great. I just don't think they should be a (meta)language issue.

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.

Hello,

On 07/09/2004 04:03 PM, Henk Verhoeven wrote:
Phil Powell wrote:
> That reminds me, what is the latest consensus on AOP as opposed to OOP
> and is that even being considered within the PHP community?


Personally i would rather have some more abstract or low level form of
implicit delegation being supported by PHP (directly without
precompilation).

AOP is not different and OOP. It is just a way to make more efficient
software (read not so bloated) by only including the Aspects that you
really want in the software that you load at runtime.

The problem with traditional OOP is that as you evolve your library
classes to make them more flexible, you keep adding code that will
probably be use just in case.

That gets worse with cascaded dependencies: classes that get loaded just
because you used one feature that you want from one class that requires
other classes to implement features that you do not need.

It would be better if you just could tell what features you need and a
magic generator would generate a class that includes the aspects that
you really will use at run time.

This is the approach of Metastorage Data Access Object (DAO) classes
generator. You just describe your DAO classes and specify which
functionality you need. Then it just generates JE WIN code (Just Exactly
What I Need). For instance, if you will never need to delete persistent
objects, Metastorage will not generate delete object functions.

The result is more compact software that loads faster at run time and
saves memory. This is an actual call for Code Generation based solutions
like Metastorage which implements a black box approach for AOP. There
are also white box approaches to AOP based on code insertion on existing
code.

You may find more about Metastorage here:

http://www.meta-language.net/metastorage.html


Jul 17 '05 #30
"Henk Verhoeven" <ne**@phppeanutsREMOVE-THIS.org> wrote in message
news:cc**********@news2.tilbu1.nb.home.nl...
Hi chung,

I like your reply :-)))

But OTOH i do think there is a rationale for some conformism towards
commonly accepted standards and best practices. However, OO is not
simply a "best practice" or so, imho it's a paradigm in the sense T.S.
Kuhn meant in his book "Structure of scientific revolutions". Kuhn
explained the impossability of logical or even empirical falsification
of a paradigm and described how consensus between scientists in the end
is descisive in the competition between paradigms. In that respect OO
getting into the mainstream, maybe even becoming the leading paradigm,
is the most rational measure we have of its value.

Of course this does not mean that arguments are not important, and
certainly not that discussions should stop. But it can be expected that
progress will come from NEW paradigms, not from old, predecessor ones
like procedural or structural programming.


I think it was in a Dilbert cartoon where someone invented a device which
would deliver a electric shock everytime the wearer utter terms like
"paradigm."
Jul 17 '05 #31
Mudge wrote:
Please, someone, tell me why OO in PHP is better than procedural.

Hey people. I found an article that answers my question:
http://www.zend.com/zend/art/oo-proc.php
Jul 17 '05 #32
Chung Leong wrote:
I think it was in a Dilbert cartoon where someone invented a device which
would deliver a electric shock everytime the wearer utter terms like
"paradigm."

If Dilbert had taken the specs literally, he would have invented the
machine to only give the shock if someone calls an idea, theory,
ideology or belief a paradigm. But Dilbert is an experienced developer,
he obviously knew that a version that does not make that difference will
work over 99 % correct in most circomstances, and no manager will be
able to tell the difference anyway, exept maybe for it being so much
cheaper to invent. But why tell them the device has been finished ways
before schedule if you can fill that time behind your desk with writing
profitable comics?

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.

Jul 17 '05 #33
Henk Verhoeven <ne**@phppeanutsREMOVE-THIS.org> wrote in message news:<cc**********@news5.tilbu1.nb.home.nl>...
Chung Leong wrote:
I think it was in a Dilbert cartoon where someone invented a device which
would deliver a electric shock everytime the wearer utter terms like
"paradigm."

If Dilbert had taken the specs literally, he would have invented the
machine to only give the shock if someone calls an idea, theory,
ideology or belief a paradigm. But Dilbert is an experienced developer,
he obviously knew that a version that does not make that difference will
work over 99 % correct in most circomstances, and no manager will be
able to tell the difference anyway, exept maybe for it being so much
cheaper to invent. But why tell them the device has been finished ways
before schedule if you can fill that time behind your desk with writing
profitable comics?

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.


I find it utterly frightening that you sincerely provided a complete
technical analysis of a silly one-liner. Good LORD Henk!!!!

Phil
Jul 17 '05 #34
Phil Powell wrote:

I find it utterly frightening that you sincerely provided a complete
technical analysis of a silly one-liner. Good LORD Henk!!!!

Phil


I knew it! I DO qualify for being a Software Architect! (with capitals!)

Thanks Phil!

Jul 17 '05 #35
Hello,

On 07/09/2004 06:28 PM, Henk Verhoeven wrote:
> The problem with traditional OOP is that as you evolve your library
> classes to make them more flexible, you keep adding code that will
> probably be use just in case.
Only if you never rebuild your library. I have rebuilt ours two times
now (that makes three in total). This means that after some years we
reuse the concepts and designs but drop the code. It still kept getting
more powerfull where it is most effective, but it it also gets stripped
from everything that is not the simpelest thing that could possibly work
for the most essential objectives. Therfore it's still only 1.1 Mb
uncompressed.


Refactoring does not imply code shrinking. It may happen if you focus
your efforts on that.

Still that does not avoid the problem of adding features to satisfy
better your needs. More features usually means more code.

However, different projects may use a different set of features of the
same library but each one may not use all the features. If the number of
library features used by a project is small when compared to the code
that has to be loaded, you may see the library as already bloated..
> That gets worse with cascaded dependencies: classes that get loaded just
> because you used one feature that you want from one class that requires
> other classes to implement features that you do not need.


Not if you ever only include a class if you are going to call its
functions or instantiate it.


That does not avoid what usually happens when a project just needs a
feature of a class that uses a fraction of the code, but the whole class
and any dependencies have to be loaded because the class does not have
built-in knowledge of all the features the project needs.

> It would be better if you just could tell what features you need and a
> magic generator would generate a class that includes the aspects that
> you really will use at run time.


That would only eliminate about 5 include calls from ca 3 methods per
class. I do not think that would make a big difference it the size of my
code, nor in the number of bugs. But i must admit that i use meta data
for auto inclusion in those cases where i eliminated the code it should
be in entirely ;-)


I think you need to see what exactly a smart generator does and the
difference that it makes. It takes hints specified by the developer
about the aspects that he needs to figure what code should be generated
and what is not necessary.

> You just describe your DAO classes and specify which
> functionality you need.


What else is programming? As i understand it you still need to specify,
that's source code too. I want less source code, i do nog have a
performance problem.


Sure, but since you just need to describe the model and the generator
produces the code that implements the data access class to manipulate
data according that model, rest assured that you need to write much less
code. Actually, that is the main advantage of code generation: focus
more effort on design to avoid spending too much time in implementation,
testing and debuging.
>This is an actual call for Code Generation based solutions
> like Metastorage


Why would you need a code generator for that? Why not simply factor out
the code you now generate?


Because this is a repetitive problem that that requires too much hand
coding to customize the solution according to the model.

I could build bricks manually but if I have a machine than can produce
the bricks automatically, it will certainly be more productive.

Sorry, i am just not ready to buy it that AOP would be just a perfomance
issue. To my understanding the case for AOP (and CF likewise) consists
of answers to the above question.

This does not mean that i am agains JIT compilers etc., they can be
great. I just don't think they should be a (meta)language issue.


AOP and code generation are distinct matters. AOP is about the aspects
that you may want to enable or not in your application according to your
needs. It is a matter of application customization and configuration. It
may lead to more efficient and compact applications.

If you want to debug your applications you may plug a lot of code that
implements the debugging aspects that you need. But when you ship the
application, you may want to drop all the debugging plugs to make the
application as small as it may get and eventually hide aspects that you
do not want the production users to be aware.

Code generation is about automating the generation of code to implement
repetitive code eventually following design patterns. AOP does not imply
code generation, but since often you need to process and generate code
to implement certain aspects, one thing helps the other.

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #36
Hello Manuel,

Manuel Lemos wrote:
(..)
Sure, but since you just need to describe the model and the generator
produces the code that implements the data access class to manipulate
data according that model, rest assured that you need to write much less
code. Actually, that is the main advantage of code generation: focus
more effort on design to avoid spending too much time in implementation,
testing and debuging.
I can use objects to describe the model and have them generate the
behavior i need directly. Code generation would take effort to build and
effort to maintain. It's called meta programming and though the concepts
that are implemented may be very abstract, its implementation can
usually be very simple. The only objective of code generation *may* be
performance, but why put time into that if performance problems (as far
as i have them) are not in the meta calls (call function by name etc.)?

The same holds for other performance optimalizations like the parser
having to parse more then is necessary: if the bottleneck is somewhere
else (or there is no performance problem at all), i better spend my
valuable time on other, more urent problems.
I could build bricks manually but if I have a machine than can produce
the bricks automatically, it will certainly be more productive.


It will be even more efficient if you simply skip the brick entirely ;-)

The point is, you can't convince me that code generation is better then
refactoring and meta programming IN GENERAL. I have simply seen to many
unconvincing examples. You will have to come with examples or patterns
where those simply are inadequate AND explain why that inadequacy is
inherent to refactoring, OO and meta programming, otherwise i can simply
invent a solution (and if i need it, i usually will) (or tell how the
problem was soved in Smalltalk more then a decade ago* ;-) )

I have only once read an article (from trese.cs.utwente.nl) that
actually correctly identified limitations to the expressive power of OO
languages and explaind how they necessarily lead to repetition designs
and code, and i consider that as be a basis for extending a programming
language like PHP (with implicit delegation). I would like to read more
articles like that, but never found any. I am not interested in the many
examples that can be soved by better programming or are really just a
matter of performance optizations. The first are only making a case
against code generation (solving a problem that really isn't there is
not helping) and the last should i.m.h.o be addressed by the (JIT)
compiler, packager and VM without me as a developer having to know.

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.

* the problem of bloat as you descibe it was solved to a degree in most
Smalltalk dialects by the introduction of class extensions: putting
part of a class' code into a different package then where the class
itself resides. There is much design humbug with respect to C++ and Java
that is really only there becuase these languages still fail to separate
structuring for code maintenance (packages) from structuring for
execution (classes and inheritance). In this light code generations
looks to me like a poor workaround for another stubbornness of language
developers failing to address problems that where already solved in what
they are trying to mimic.

Only if you never rebuild your library. I have rebuilt ours two times
now (that makes three in total). This means that after some years we
reuse the concepts and designs but drop the code. It still kept
getting more powerfull where it is most effective, but it it also gets
stripped from everything that is not the simpelest thing that could
possibly work for the most essential objectives. Therfore it's still
only 1.1 Mb uncompressed.

Refactoring does not imply code shrinking. It may happen if you focus
your efforts on that.

Still that does not avoid the problem of adding features to satisfy
better your needs. More features usually means more code.

However, different projects may use a different set of features of the
same library but each one may not use all the features. If the number of
library features used by a project is small when compared to the code
that has to be loaded, you may see the library as already bloated..
> That gets worse with cascaded dependencies: classes that get loaded

just
> because you used one feature that you want from one class that

requires
> other classes to implement features that you do not need.


Not if you ever only include a class if you are going to call its
functions or instantiate it.

That does not avoid what usually happens when a project just needs a
feature of a class that uses a fraction of the code, but the whole class
and any dependencies have to be loaded because the class does not have
built-in knowledge of all the features the project needs.

> It would be better if you just could tell what features you need and a
> magic generator would generate a class that includes the aspects that
> you really will use at run time.


That would only eliminate about 5 include calls from ca 3 methods per
class. I do not think that would make a big difference it the size of
my code, nor in the number of bugs. But i must admit that i use meta
data for auto inclusion in those cases where i eliminated the code it
should be in entirely ;-)

I think you need to see what exactly a smart generator does and the
difference that it makes. It takes hints specified by the developer
about the aspects that he needs to figure what code should be generated
and what is not necessary.

> You just describe your DAO classes and specify which
> functionality you need.


What else is programming? As i understand it you still need to
specify, that's source code too. I want less source code, i do nog
have a performance problem.

Sure, but since you just need to describe the model and the generator
produces the code that implements the data access class to manipulate
data according that model, rest assured that you need to write much less
code. Actually, that is the main advantage of code generation: focus
more effort on design to avoid spending too much time in implementation,
testing and debuging.
>This is an actual call for Code Generation based solutions
> like Metastorage


Why would you need a code generator for that? Why not simply factor
out the code you now generate?

Because this is a repetitive problem that that requires too much hand
coding to customize the solution according to the model.

I could build bricks manually but if I have a machine than can produce
the bricks automatically, it will certainly be more productive.

Sorry, i am just not ready to buy it that AOP would be just a
perfomance issue. To my understanding the case for AOP (and CF
likewise) consists of answers to the above question.

This does not mean that i am agains JIT compilers etc., they can be
great. I just don't think they should be a (meta)language issue.

AOP and code generation are distinct matters. AOP is about the aspects
that you may want to enable or not in your application according to your
needs. It is a matter of application customization and configuration. It
may lead to more efficient and compact applications.

If you want to debug your applications you may plug a lot of code that
implements the debugging aspects that you need. But when you ship the
application, you may want to drop all the debugging plugs to make the
application as small as it may get and eventually hide aspects that you
do not want the production users to be aware.

Code generation is about automating the generation of code to implement
repetitive code eventually following design patterns. AOP does not imply
code generation, but since often you need to process and generate code
to implement certain aspects, one thing helps the other.


Jul 17 '05 #37
Hi...

Manuel Lemos wrote:
More features usually means more code.


Funnily enough I don't find that to be true anymore. My experience has
been that the core code gets more highly factored and it shrinks as more
features are added. The incoming code about balances the core shrinkage.

The result of this is that about a third of the way through a project
you tend to hit a maximum code size. My experience of this effect has
been on three largish OO projects all with a refactoring culture.

yours, Marcus
--
Marcus Baker, ma****@lastcraft.com - http://www.lastcraft.com/
PHP London every first Thursday - http://www.phplondon.org/

Jul 17 '05 #38
Hi...

Tony Marston wrote:
The paradigm (OO or Procedural) is irrelevant. It is all down to how you
implement it.


Well, I used to implement in assembly language, but there is no way I
would want to go back to that if I had a choice. Procedural is the
weakest intersection of OO and functional programming. You are robbed of
polymorphism, which is the most powerful code reduction tool of all.

There are big advantages to using OO on anything over about 100 lines of
code. The main one is that you can express business problems in objects
without the mental translation needed for functional or relational
tools. By working in the language of the domain you make it more likely
that the flex points of your design will match the ones in real life.

When your requirements turn out to be wrong (they always are) the
changes you have to make will either follow the fissures you already
have or will force a change in some of your design. These changes
usually feedback straight into the business model without translation.
These insights usually result in major refactorings that really sort out
the code.

The expressiveness and the insight factor are what makes the OO dominant
paradigm in enterprise programming. It's currently the right tool for
the job.

yours, Marcus
--
Marcus Baker, ma****@lastcraft.com - http://www.lastcraft.com/
PHP London every first Thursday - http://www.phplondon.org/

Jul 17 '05 #39

"Marcus Baker" <ma****@lastcraft.com> wrote in message
news:41************@lastcraft.com...
Hi...

Tony Marston wrote:
The paradigm (OO or Procedural) is irrelevant. It is all down to how you
implement it.

Well, I used to implement in assembly language, but there is no way I
would want to go back to that if I had a choice.


You are missing my point. It is possible to use non-OOP and produce
something that shines just as it is possible to use OOP and produce someting
that stinks. It is not what you use but how you use it that counts.
Procedural is the weakest intersection of OO and functional programming.
That's your opinion. I disagree.
You are robbed of polymorphism, which is the most powerful code reduction
tool of all.
Polymorphism is not a code reduction tool, inheritance is.

Code reduction is about having reusable modules so you don't have to keep
rewriting the same code over and over again. You can achieve this with a
class library or a function library. You do not have to use OOP to obtain
reusable code, and you do not have to use OOP to achieve polymorphism.
There are big advantages to using OO on anything over about 100 lines of
code. The main one is that you can express business problems in objects
without the mental translation needed for functional or relational tools.
By working in the language of the domain you make it more likely that the
flex points of your design will match the ones in real life.

When your requirements turn out to be wrong (they always are)
Changes in requirements are down to the client, not the developer.
the changes you have to make will either follow the fissures you already
have or will force a change in some of your design. These changes usually
feedback straight into the business model without translation. These
insights usually result in major refactorings that really sort out the
code.
It does not matter whether your implementation is OO or non-OO, changes is
user requirements will affect both the design as well as the implememtation.
It is just as possible to have an OO design that is difficult to change just
as it is a non-OO design that is easy to change.
The expressiveness and the insight factor are what makes the OO dominant
paradigm in enterprise programming. It's currently the right tool for the
job.


It is not the right tool for every job. A good procedural programmer can
beat the pants off a bad OO programmer every time.

It is not what you use but how you use it that counts.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #40
Hello,

Oh, I thought this thread was over! ;-)

On 10/21/2004 01:17 AM, Marcus Baker wrote:
More features usually means more code.


Funnily enough I don't find that to be true anymore. My experience has
been that the core code gets more highly factored and it shrinks as more
features are added. The incoming code about balances the core shrinkage.

The result of this is that about a third of the way through a project
you tend to hit a maximum code size. My experience of this effect has
been on three largish OO projects all with a refactoring culture.


In the real world you only refactor code when you do not have nothing
better to do. If your code already works well and you are busy, usually
you just don't give priority fixing what isn't broken unless you are a
"prima donna" (ego motivation, not logic reasons) and have plenty of
free time to refactor code that already works well.

Often, refactoring code for no really important reason is
counterproductive because developers are humans and make mistakes, so
the chances are that new bugs will be added where none existed.

I am not saying that refactoring is bad, I am just saying that it should
only be done when it is absolutely necessary and more important than
other project tasks.

Anyway, this thread was about the misunderstanding of the benefits of
AOP and then how code generation can improve the overall software
quality and help implementing AOP in languages that do not support it
natively. Refactoring was only brought up because it seems that AOP and
code generation techniques are not yet well understood approaches, just
like OOP used to be in the past (for some people the benefits of OOP
continue to be misunderstood).

BTW, regarding code generation and AOP, the next version of Metastorage
will also feature the automatic generation of classes to generate
reports from an high level definition.

This is one very important feature that complements well the
capabilities of Metastorage to generate Data Access Object (DAO) classes
to do the object relational mapping.

DAO classes are not appropriate to generate reports because the design
pattern that they employ is not meant to retrieve data from arbitrary
combinations of objects.

The new report class generation support of Metastorage permits
generating reports in much less time using an object query language with
capabilities similar to SQL but using an object notation. This way
nobody has to write SQL by hand but can still benefit of its power.

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #41
Hi...

Sorry for restarting this old thread. I don't touch NNTP much these days
and forgot my news reader defaults to oldest first :/.

Manuel Lemos wrote:
In the real world you only refactor code when you do not have nothing
better to do. If your code already works well and you are busy, usually
you just don't give priority fixing what isn't broken unless you are a
"prima donna" (ego motivation, not logic reasons) and have plenty of
free time to refactor code that already works well.
That used to be the case, but my current project and my Sourceforge
projects have completely changed my view. We are now much more
aggressive in our refactoring and actually schedule some time for it.
Now the amount of refactoring we do can in no way be called gold plating
and there is still much that could be done, but the earlier pre-emptive
refactoring that has been done has had a real positive practical
business impact. This has absolutely nothing to do with "ego" thanks
very much (we just aren't that kind of team), we started doing it
because we were fed up with running into issues that we had already half
predicted at the time we first wrote the code. When you just run into
them later at a time when you are less familiar with that code section,
it's just so much less efficient.

So we all have background refactoring tasks. Tasks to be getting on with
when no one is around to pair or you are stuck waiting for something
else to be completed. This frees up a good 10-15% of time just for
making the code better.

Even this amount of time has really improved things. What has happened
is that the refactorings themselves point out new opportunities. It also
allows us to more accurately gauge adding new features, as we don't have
to fix anything before putting the new code in. Sometimes the most
useful thing we do is just to deprecate old junk. When someone new joins
the project there is an enormous cost getting them up to speed. At that
point extra code costs real money (pounds sterling in our case).

Often, refactoring code for no really important reason is
counterproductive because developers are humans and make mistakes, so
the chances are that new bugs will be added where none existed.
We don't get those kind of bugs anymore. Regression testing and
pairing/review pretty have pretty much eliminated them. What bugs are
left are design issues and requirements mismatch. If you are refactoring
you aren't changing much in the way of interfaces, so requirements
problems are unlikely. As for the design, well you are usually reducing
excess code and simplfying the design or sometimes just making it easier
to understand or you wouldn't be refactoring in the first place.

I have never found the introduction of new bugs an issue when refactoring.

I am not saying that refactoring is bad, I am just saying that it should
only be done when it is absolutely necessary and more important than
other project tasks.


What is "absolutely necessary"? What is important to us is easier
development day to day. Refactoring lightens the load for everybody.
Your opinion is way off here (as mine was). Allocate a refactoring time
percentage and see what happens over a longish period. It's surprisingly
beneficial.

yours, marcus
--
Marcus Baker, ma****@lastcraft.com - http://www.lastcraft.com/
PHP London every first Thursday - http://www.phplondon.org/

Jul 17 '05 #42
Hi...

Tony Marston wrote:
You are missing my point. It is possible to use non-OOP and produce
something that shines just as it is possible to use OOP and produce someting
that stinks. It is not what you use but how you use it that counts.
Everything is possible with a computer. It is easier to do some things
one way instead of another. It is easier to build enterprise apps. with
OO than without once the skills have been learned. Simply stating that
the most incompetent OOer will be worse than the best procedural coder
only says that the bell curves overlap. We are interested in where the
mean of those bell curves are, not the end points. The OO mean is in a
more favourable position in both my experience and that of just about
every developer I know.
That's your opinion. I disagree.
Frankly I find your attitude tiresome. Just because you may post based
on opinion does not mean that everybody else does. There are plenty of
texts explaining what functional and OO languages are. Look up how both
are built from "closures" for example.
Polymorphism is not a code reduction tool, inheritance is.
I now see the reason for your thinking that OO and procedural are of
equal value. Sadly you seem to have little real world experience of OO.

By making the parameters of an operation take a wide range of types, you
save having to recode that operation. That in itself is a slight code
reduction tool. It works fully in OO because the subject of the
operation can expose methods that take on the burden of the code
variation. It works in functional languages too because in those
languages you can pass sub functions themselves around polymorphically.
It's the code variations that must be polymorhic in an extensible way.

Inheritance buys you far less code reduction by affecting only code
within a type. It also has the additional problem that it can get you
into a design mess. Inheritance hiearchies tend to be shallow precisely
because they are less necessary for factoring.
and you do not have to use OOP to achieve polymorphism.
Code example?

Even in a procedural only language you can use functional techniques too
(say by passing function names). You could use OO techniques by placing
function names inside data structures without using any OO keywords of
the language. Only, if you have to bend a procedural language that much
you are probably using the wrong language.
Changes in requirements are down to the client, not the developer.
Changes are inevitable with even the most skilled client in the world
because of market changes during the project. Coping with those changes
is very much the task of the development team. The full spec. up front
way of doing things is rightly disappearing fast.
It is just as possible to have an OO design that is difficult to change just
as it is a non-OO design that is easy to change.
It is easier to build a design robust in the face of change if it is
built in the language of a domain. The changes are localised that way.
You missed the point (again). A non-OO solution will result in shotgun
surgery exactly because the business data will be scattered into
multiple functions.
It is not the right tool for every job. A good procedural programmer can
beat the pants off a bad OO programmer every time.
Which is not the point (yet again). A good OO developer will beat the
good procedural developer over the long run and so end up pursuading the
procedural person to switch. I see that a lot and I don't see anyone
going back the other way.

It is not what you use but how you use it that counts.


Well, just because I can eventually cut wood with a spoon does not mean
I won't go faster with the band saw.

yours, Marcus
--
Marcus Baker, ma****@lastcraft.com - http://www.lastcraft.com/
PHP London every first Thursday - http://www.phplondon.org/

Jul 17 '05 #43

"Marcus Baker" <ma****@lastcraft.com> wrote in message
news:41**************@lastcraft.com...
Hi...

Tony Marston wrote:
You are missing my point. It is possible to use non-OOP and produce
something that shines just as it is possible to use OOP and produce
someting that stinks. It is not what you use but how you use it that
counts.
Everything is possible with a computer. It is easier to do some things one
way instead of another. It is easier to build enterprise apps. with OO
than without once the skills have been learned.


Unfortunately too many people who teach these skills are nothing more than
cowboys and charlatans, so many end up by being taught badly.
Simply stating that the most incompetent OOer will be worse than the best
procedural coder only says that the bell curves overlap. We are interested
in where the mean of those bell curves are, not the end points. The OO
mean is in a more favourable position in both my experience and that of
just about every developer I know.
That's your opinion. I disagree.
Frankly I find your attitude tiresome. Just because you may post based on
opinion does not mean that everybody else does. There are plenty of texts
explaining what functional and OO languages are. Look up how both are
built from "closures" for example.
Polymorphism is not a code reduction tool, inheritance is.


I now see the reason for your thinking that OO and procedural are of equal
value. Sadly you seem to have little real world experience of OO.


Wrong again. My years as a procedural programmer have taught me to tell the
difference between good and bad programming. When I see some of the stuff
that OO people produce I have to reach for a sick bag. Too many of the new
programmers are taught nothing but OO, so they don't know how to tell the
difference.
By making the parameters of an operation take a wide range of types, you
save having to recode that operation. That in itself is a slight code
reduction tool. It works fully in OO because the subject of the operation
can expose methods that take on the burden of the code variation. It works
in functional languages too because in those languages you can pass sub
functions themselves around polymorphically. It's the code variations that
must be polymorhic in an extensible way.

Inheritance buys you far less code reduction by affecting only code within
a type. It also has the additional problem that it can get you into a
design mess. Inheritance hiearchies tend to be shallow precisely because
they are less necessary for factoring.
Exactly. Class hierachies which are too deep can cause problems. Procedural
languages don't have class hierachies, therefore they don't have those
problems.
and you do not have to use OOP to achieve polymorphism.


Code example?


When using a non-OO 4GL called UNIFACE I designed a 3 tier infrastructure
where the business layer was comprised of service components, one for each
business entity. Each service component had two operations, getData() and
putData(), therefore I could communicate with any business entity using just
those two operations without knowing what the actual entity was.
Even in a procedural only language you can use functional techniques too
(say by passing function names). You could use OO techniques by placing
function names inside data structures without using any OO keywords of the
language. Only, if you have to bend a procedural language that much you
are probably using the wrong language.


Then don't bend the language. Use it as it was designed to be used. If you
try to bend it and you fail, then the fault lies with you, not the language.
Changes in requirements are down to the client, not the developer.


Changes are inevitable with even the most skilled client in the world
because of market changes during the project. Coping with those changes is
very much the task of the development team. The full spec. up front way of
doing things is rightly disappearing fast.
It is just as possible to have an OO design that is difficult to change
just as it is a non-OO design that is easy to change.


It is easier to build a design robust in the face of change if it is built
in the language of a domain. The changes are localised that way. You
missed the point (again). A non-OO solution will result in shotgun surgery
exactly because the business data will be scattered into multiple
functions.


A solution is not necessarily bad because it is procedural. A solution is
not necesarily good because it is OO.
It is not the right tool for every job. A good procedural programmer can
beat the pants off a bad OO programmer every time.


Which is not the point (yet again). A good OO developer will beat the good
procedural developer over the long run and so end up pursuading the
procedural person to switch. I see that a lot and I don't see anyone going
back the other way.


If you know how to apply the principles of OO properly then you can achieve
better results and would not want to go back to procedural methods. But the
key word is "properly". If the principles of OO are applied improperly then
the result will be a right royal cock up.

It is not what you use but how you use it that counts.


Well, just because I can eventually cut wood with a spoon does not mean I
won't go faster with the band saw.


If you ask two people to design an implement to cut wood the one with a
procedural background will design a saw. The one with the OO background will
spend so much time abstracting down to the nth degree, designing class
hierarchies, deciding between inheritance and object composition that he
will come up with something that does more than is required and which cuts
wood badly.

You will never convince me that OO is the holy grail, so don't waste your
time trying.

--
Tony Marston

http://www.tonymarston.net


Jul 17 '05 #44
Tony Marston wrote:
When using a non-OO 4GL called UNIFACE I designed a 3 tier infrastructure where the business layer was comprised of service components, one for each business entity. Each service component had two operations, getData() and putData(), therefore I could communicate with any business entity using just those two operations without knowing what the actual entity was.


What you have just descibed *IS* Object Orientated programming!
Seems you appreciate OOP more than you realise! Your 'Service'
components are objects, you 'operations' are methods of those objects!
Jul 17 '05 #45

"2metre" <2m****@xxxhersham.net> wrote in message
news:cl**********@titan.btinternet.com...
Tony Marston wrote:
When using a non-OO 4GL called UNIFACE I designed a 3 tier

infrastructure
where the business layer was comprised of service components, one for

each
business entity. Each service component had two operations, getData()

and
putData(), therefore I could communicate with any business entity

using just
those two operations without knowing what the actual entity was.


What you have just descibed *IS* Object Orientated programming!
Seems you appreciate OOP more than you realise! Your 'Service' components
are objects, you 'operations' are methods of those objects!


It is very similar, I agree, but the language is not Object Oriented as it
does not permit the instantiation of objects from classes. It does however
permit the creation of component instances from components. As for
inheritance, this is only one level deep - from a component template to a
component - and is not as flexible as multi-level inheritance that I use
with PHP. It also does not allow the accessing of component variables
through anything other than a parameter on an operation (function).

For a detailed comparison take a look at
http://www.tonymarston.co.uk/php-mys...jects.html#a4a.

I have to say that using that language made it easier to step into the world
of OO, but there are SOME people out there who think that my approach is
unacceptable. The arguments for and against can be found in
http://www.tonymarston.co.uk/php-mys...d-bad-oop.html

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #46
Hi...

Tony Marston wrote:
Unfortunately too many people who teach these skills are nothing more than
cowboys and charlatans, so many end up by being taught badly.
Perhaps you could name names here? Can you give an example of a book or
reference by one of these "cowboys"? Can you point us to the correct
texts that are not cowboys?
Wrong again. My years as a procedural programmer have taught me to tell the
difference between good and bad programming. When I see some of the stuff
that OO people produce I have to reach for a sick bag. Too many of the new
programmers are taught nothing but OO, so they don't know how to tell the
difference.
And had they been taught procedural they would would all be perfect?
Exactly. Class hierachies which are too deep can cause problems. Procedural
languages don't have class hierachies, therefore they don't have those
problems.
Well I can crash my own car at high speed, but that's a testament to the
power of the car. I am not going to walk everywhere because I am too
scared to drive.
When using a non-OO 4GL called UNIFACE I designed a 3 tier infrastructure
where the business layer was comprised of service components, one for each
business entity. Each service component had two operations, getData() and
putData(), therefore I could communicate with any business entity using just
those two operations without knowing what the actual entity was.
A totally incomplete verbal description of two method names. How about a
code example?
Then don't bend the language. Use it as it was designed to be used. If you
try to bend it and you fail, then the fault lies with you, not the language.
I don't, I use a language that has those features. I don't think you are
listening.
A solution is not necessarily bad because it is procedural. A solution is
not necesarily good because it is OO.
You are not looking beyond these black and white end points.
If you know how to apply the principles of OO properly then you can achieve
better results and would not want to go back to procedural methods. But the
key word is "properly". If the principles of OO are applied improperly then
the result will be a right royal cock up.
OO has a steep learning curve and that is very much the downside. It
certainly does take a year, more like two, to become fluent. If the
skills are not available, doing a mission critical project in OO is a
very bad idea and it will flounder. I would not recommend it in this case.

In the other hand, if the skills are available, or appropriate mentors
can be hired, then the OO path will win especially over the long term.
If you ask two people to design an implement to cut wood the one with a
procedural background will design a saw. The one with the OO background will
spend so much time abstracting down to the nth degree, designing class
hierarchies, deciding between inheritance and object composition that he
will come up with something that does more than is required and which cuts
wood badly.
Nope. Just because you yourself have that trouble, or because you have
hired the wrong people, does not make the technology bad. Most OO
developers that I know would very much start with the simplest code and
add flex points only as needed. There is a "drunk on power" stage people
go through in the early stages, that's true. You get through it though.

I am a little worried about your organisation that you cannot find a
single skilled OO developer. There seems to be a sickness around, of the
"only hire juniors because they do what they are told" syndrome.

You will never convince me that OO is the holy grail, so don't waste your
time trying.


I doubt I could teach you anything, but that's not why I am posting. I
would hate to see someone reading this newsgroup and be put off learning
by someone who happens to have had bad experiences.

yours, Marcus
--
Marcus Baker, ma****@lastcraft.com - http://www.lastcraft.com/
PHP London every first Thursday - http://www.phplondon.org/

Jul 17 '05 #47

"Marcus Baker" <ma****@lastcraft.com> wrote in message
news:41**************@lastcraft.com...
Hi...

Tony Marston wrote:
Unfortunately too many people who teach these skills are nothing more
than cowboys and charlatans, so many end up by being taught badly.


Perhaps you could name names here? Can you give an example of a book or
reference by one of these "cowboys"? Can you point us to the correct texts
that are not cowboys?


http://www.tonymarston.co.uk/php-mys...d-bad-oop.html
Wrong again. My years as a procedural programmer have taught me to tell
the difference between good and bad programming. When I see some of the
stuff that OO people produce I have to reach for a sick bag. Too many of
the new programmers are taught nothing but OO, so they don't know how to
tell the difference.


And had they been taught procedural they would would all be perfect?


No, but they would have experience of other paradigms to draw upon. Those
who nothing but OOP are very blinkered in their approach. I have used a
variety of 2nd, 3rd and 4th generation languages, and each one has had
techniques that can be carried forward into the next one as well as new and
sometimes better ways of tackling similar problems. It is because of my
non-OO background that I can recognise where and when an OO approach may
bring benefits.
Exactly. Class hierachies which are too deep can cause problems.
Procedural languages don't have class hierachies, therefore they don't
have those problems.


Well I can crash my own car at high speed, but that's a testament to the
power of the car. I am not going to walk everywhere because I am too
scared to drive.


A high-speed car in the hands of someone who is competent is perfectly safe,
while one that is in the hands of someone who is one sandwich short of a
picnic is a distaster waiting to happen. As I keep saying, it is not the
tool but the way that you use it that counts.
When using a non-OO 4GL called UNIFACE I designed a 3 tier infrastructure
where the business layer was comprised of service components, one for
each business entity. Each service component had two operations,
getData() and putData(), therefore I could communicate with any business
entity using just those two operations without knowing what the actual
entity was.


A totally incomplete verbal description of two method names. How about a
code example?


It describes the aplication of polymorphism perfectly. A code example in
UNIFACE would be totally meaningless to a non-UNIFACE programmer.
Then don't bend the language. Use it as it was designed to be used. If
you try to bend it and you fail, then the fault lies with you, not the
language.


I don't, I use a language that has those features. I don't think you are
listening.


You are not listening either. Once a language has been chosen for a project
then it would be totally stupid to try to write code that does not fit in
with the way that language is designed to work. So trying to get a non-OO
language to work in an OO way is a disater waitng to happen. I know because
I've seen it done - take a look at
http://www.marston-home.demon.co.uk/...html#disaster3
A solution is not necessarily bad because it is procedural. A solution is
not necesarily good because it is OO.


You are not looking beyond these black and white end points.


I am being realistic. It is you who are insisting that everything OO is good
(white) while everything that is not OO is bad (black). I am simply pointing
out shades of grey.
If you know how to apply the principles of OO properly then you can
achieve better results and would not want to go back to procedural
methods. But the key word is "properly". If the principles of OO are
applied improperly then the result will be a right royal cock up.


OO has a steep learning curve and that is very much the downside. It
certainly does take a year, more like two, to become fluent. If the skills
are not available, doing a mission critical project in OO is a very bad
idea and it will flounder. I would not recommend it in this case.

In the other hand, if the skills are available, or appropriate mentors can
be hired, then the OO path will win especially over the long term.


Unfortunately this steep learning curve is too much of an investment for
some companies. And who do you decide is an appropriate mentor? If you get
taught the wrong ideas by the wrong people then all that investment in
switching to OO will take a very, very long time to bear fruit.
If you ask two people to design an implement to cut wood the one with a
procedural background will design a saw. The one with the OO background
will spend so much time abstracting down to the nth degree, designing
class hierarchies, deciding between inheritance and object composition
that he will come up with something that does more than is required and
which cuts wood badly.


Nope. Just because you yourself have that trouble, or because you have
hired the wrong people, does not make the technology bad. Most OO
developers that I know would very much start with the simplest code and
add flex points only as needed. There is a "drunk on power" stage people
go through in the early stages, that's true. You get through it though.

I am a little worried about your organisation that you cannot find a
single skilled OO developer. There seems to be a sickness around, of the
"only hire juniors because they do what they are told" syndrome.


The problem still exists that too many programmers out there think they are
OO experts when all they can really achieve is to over complicate the issue
and produce bloated and expensive software.

You will never convince me that OO is the holy grail, so don't waste your
time trying.


I doubt I could teach you anything, but that's not why I am posting. I
would hate to see someone reading this newsgroup and be put off learning
by someone who happens to have had bad experiences.


But there are plenty of other people out there who have had similar
experiences. I am simply trying to balance the argument.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #48
Hi...

Tony Marston wrote:
http://www.tonymarston.co.uk/php-mys...d-bad-oop.html
The part I bothered reading was a bit shallow and I don't find that tone
of article useful or worth bothering with. How about you just name a
single name and save us going around in circles again. Your fuming about
the shape example is frankly a bit silly.
No, but they would have experience of other paradigms to draw upon.
So now you have shifted the ground to people who only have one paradigm?
Hm, a slippery customer indeed. Not the argument.
It is because of my
non-OO background that I can recognise where and when an OO approach may
bring benefits.
Well apparently not if you are using a more limited procedural paradigm
in the very field OO excels. Also since when is knowledge of non-OO
sufficient to recognise anything at all. You need non-OO and OO
knowledge and a lot more besides, such as a good deal of case studies or
experience in both.

In fact most of this knowledge already exists, but we have a lot of
developers who have been promoted to the level of project managers
without training or homework in the field. Oh great, now I'm ranting...

From your article and the thread you pointed at it seems that you were
just about to learn the very OO skills I am talking about. If you had
given it a little longer you would have got it. A shame.
A high-speed car in the hands of someone who is competent is perfectly safe,
while one that is in the hands of someone who is one sandwich short of a
picnic is a distaster waiting to happen. As I keep saying, it is not the
tool but the way that you use it that counts.
You seem to get confused easily. Once you learn to drive you get around
faster. Once you learn the basic OO skills you can more accurately map
business requirements to code. That's the point. You suffer the learning
process to progress long term.
It describes the aplication of polymorphism perfectly. A code example in
UNIFACE would be totally meaningless to a non-UNIFACE programmer.
Pretty pointless example then. How about a PHP one given you are in a
PHP forum? Or were you just trying to confuse the issue by choosing just
about the most obscure example possible.
I don't, I use a language that has those features. I don't think you are
listening.

Once a language has been chosen for a project
then it would be totally stupid to try to write code that does not fit in
with the way that language is designed to work.
I thought you you weren't listening. If I have to bend the language,
that langauge is inadequate. If I have to bend procedural into OO or
functional, then that paradigm is inadequate. Now do you see the point?
So trying to get a non-OO
language to work in an OO way is a disater waitng to happen.
Which is not the point (yet again). If you are trying to bolt OO
features onto an OO language then you should change language. If the
legacy code is too expensive to replace then you have to live with the
limitations of procedural. Hardly desirable.
I am being realistic. It is you who are insisting that everything OO is good
(white) while everything that is not OO is bad (black). I am simply pointing
out shades of grey.
Nope. You can solve problems with procedural if you except that you are
working under limitations. If you have fast changing requirements the
cost to the business of procedural developers will be much higher than
simply spending on those developers with OO skills. You won't lose
anything by doing tasks in OO instead of procedural fashion though,
mostly you gain (at least in the field of e-commerce). Procedural is
just a step in the learning process.

BTW we don't emply people "one sandwich short of a picnic". Instead we
hire people who already have appropriate skills for the task or we get
people who are willing to learn. It would take a dysfunctional
organisation to do otherwise. Resorting to silly examples is rather
desperate.
Unfortunately this steep learning curve is too much of an investment for
some companies. And who do you decide is an appropriate mentor? If you get
taught the wrong ideas by the wrong people then all that investment in
switching to OO will take a very, very long time to bear fruit.
It bears fruit within a year, 3 months or less with pair programming and
the like if the skills are already in house. It's quite remarkable that
you manage to find the "wrong people" with such regularity. We have had
no such problems. I haven't seen the problems you describe in any of the
last six companies I have been involved with. More importantly I hardly
hear about it at all. I think your situation is unfortunate and
exceptional if it was so disastrous. Yes, I have see people go through a
drunk on patterns stage, but it usually only lasts a few weeks.

You are either exaggerating or the projects that have scarred you have
had many more problems than merely being OO. From your link it seems you
had a design imposed on the developers without buy in. Either the skills
were not there, the design was inappropriate or personal factors got in
the way. I don't see an OO problem in there, I see a people problem.
The problem still exists that too many programmers out there think they are
OO experts when all they can really achieve is to over complicate the issue
and produce bloated and expensive software.
As I say, the minority in my experience. If you hire a shop of all
juniors, so there are no skills to go around, then you have a disaster
waiting for happen. That is true of any paradigm or any other skill.
That's true of programming in general. The only time you can get away
with this is to have a trial project which is not mission critical and
willingness by the team to learn from their mistakes. Management don't
see it that way, so that such pilot projects are a rarity in practice.
Whatever project your on, someone in that project should have experience
of all the technical and domain skills needed.
But there are plenty of other people out there who have had similar
experiences. I am simply trying to balance the argument.


You are doing nothing of the sort, you are ranting. You could balance
the argument by saying when OO is good and when OO is bad. You could
compare it with other paradigms to show where they are more appropriate
in certain situations (functional for language processing, logic
programming for rules engines, etc, etc). You haven't.

I am quite happy to argue the pros and cons of different systems of
development. I know nothing of Uniface for instance and it would be nice
to know how that works out in practice. I would also like to know more
about your failed projects as case studies are always useful. This
industry doesn't make the efforts it should to learn from each other.

Unfortunately such one sided rants mean that I cannot trust any
information you now actually put out. You tarnish your own reputation
with polemics.

yours, Marcus
--
Marcus Baker, ma****@lastcraft.com - http://www.lastcraft.com/
PHP London every first Thursday - http://www.phplondon.org/

Jul 17 '05 #49

"Marcus Baker" <ma****@lastcraft.com> wrote in message
news:41**************@lastcraft.com...
Hi...

Tony Marston wrote:
http://www.tonymarston.co.uk/php-mys...d-bad-oop.html
The part I bothered reading was a bit shallow and I don't find that tone
of article useful or worth bothering with. How about you just name a
single name and save us going around in circles again.


Just step through items 1 to 17 to see people's arguments with my replies.
Your fuming about the shape example is frankly a bit silly.
No it is not. When I wanted to find out how to use OOP to build applications
to deal with common-or-garden business entities such as CUSTOMER, PRODUCT
and INVOICE I bought some books and searched the internet. What did I find?
Nothing except how to write classes dealing with shapes and producing
subclasses for 'square', 'circle' etc. There were no examples at all on how
to deal with non-graphical objects, so I had to start from a blank sheet of
paper.
No, but they would have experience of other paradigms to draw upon.


So now you have shifted the ground to people who only have one paradigm?
Hm, a slippery customer indeed. Not the argument.


When somebody makes the statement that "OOP is better than Procedural" that
begs the question - are you talking from personal experience or merely
echoing what you have been told? I have programmed in non-OO languages for
over 20 years so I have a considerable anount of personal experience - both
good and bad - to draw upon.
It is because of my
non-OO background that I can recognise where and when an OO approach may
bring benefits.


Well apparently not if you are using a more limited procedural paradigm in
the very field OO excels. Also since when is knowledge of non-OO
sufficient to recognise anything at all.


Working with non-OO languages has given me the following experiences:
- How to gather user requirements.
- How to analyse user requirements and design a solution.
- How to design the application database required for that solution.
- How to write program specifications.
- How to lead a team of programmers to implement that solution.
- How to prepare test plans.
- How to write documentation.
- How to handle unit testing, system testing, and user acceptance testing.
- How to train users in the use of the application.
- How to tell when something does not work as it should.

Is there anything I have missed out?
You need non-OO and OO knowledge and a lot more besides, such as a good
deal of case studies or experience in both.

In fact most of this knowledge already exists, but we have a lot of
developers who have been promoted to the level of project managers without
training or homework in the field. Oh great, now I'm ranting...

From your article and the thread you pointed at it seems that you were
just about to learn the very OO skills I am talking about. If you had
given it a little longer you would have got it. A shame.
I don't need to learn any skills from people like you. I have taught myself
and succeeded in producing something which:
(a) follows the principles of OOP.
(b) follows the KISS principle.
(c) works rather effectively.
(d) makes it easy to build new components.
(e) is easy to maintain.
A high-speed car in the hands of someone who is competent is perfectly
safe, while one that is in the hands of someone who is one sandwich short
of a picnic is a distaster waiting to happen. As I keep saying, it is not
the tool but the way that you use it that counts.


You seem to get confused easily. Once you learn to drive you get around
faster. Once you learn the basic OO skills you can more accurately map
business requirements to code. That's the point. You suffer the learning
process to progress long term.


Unfortunately if you are taught badly you start off with an immediate
disadvantage. It is also rare for people to recognise that they have been
taught badly and seek guidance from someone who is actually competent.
It describes the aplication of polymorphism perfectly. A code example in
UNIFACE would be totally meaningless to a non-UNIFACE programmer.


Pretty pointless example then. How about a PHP one given you are in a PHP
forum?


It is a valid example of how I achieved polymorphism in a non-OO language. I
cannot give an example in PHP for the simple reason that I achieved it using
OO techniques.
Or were you just trying to confuse the issue by choosing just about the
most obscure example possible.
I was just pointing out how polymorphism can be achieved in a non-OO
language. At least one other contributor to this thread had the ability to
recognise that.
I don't, I use a language that has those features. I don't think you are
listening.

Once a language has been chosen for a project
then it would be totally stupid to try to write code that does not fit in
with the way that language is designed to work.


I thought you you weren't listening. If I have to bend the language, that
langauge is inadequate. If I have to bend procedural into OO or
functional, then that paradigm is inadequate. Now do you see the point?


You fail to see the point. The language was chosen by the client before the
project started, yet some of the project team tried to bend that language to
make it work like a different language. They failed.
So trying to get a non-OO
language to work in an OO way is a disater waitng to happen.


Which is not the point (yet again). If you are trying to bolt OO features
onto an OO language then you should change language. If the legacy code is
too expensive to replace then you have to live with the limitations of
procedural. Hardly desirable.


It is PRECISELY the point. Once the language for the project has been chosen
you should use that language in the way it was designed to be used and not
try to force it to behave differently. The language was not object oriented,
therefore trying to force it to begave in an OO fashion was a disaster
waiting to happen. And it did.
I am being realistic. It is you who are insisting that everything OO is
good (white) while everything that is not OO is bad (black). I am simply
pointing out shades of grey.


Nope. You can solve problems with procedural if you except that you are
working under limitations.


I agree that some things can be achieved better using OO, but I also know
that some things are best left as procedural.
If you have fast changing requirements the cost to the business of
procedural developers will be much higher than simply spending on those
developers with OO skills. You won't lose anything by doing tasks in OO
instead of procedural fashion though, mostly you gain (at least in the
field of e-commerce). Procedural is just a step in the learning process.

BTW we don't emply people "one sandwich short of a picnic". Instead we
hire people who already have appropriate skills for the task or we get
people who are willing to learn. It would take a dysfunctional
organisation to do otherwise. Resorting to silly examples is rather
desperate.
Judging by the 17 criticisms contained in my article
http://www.tonymarston.co.uk/php-mys...d-bad-oop.html there are plenty of
people out there who are being taught a load of rubbish. If your programmers
cannot tell the difference between rubbish and righteous then you have a
problem but are unable (or unwilling) to see it.
Unfortunately this steep learning curve is too much of an investment for
some companies. And who do you decide is an appropriate mentor? If you
get taught the wrong ideas by the wrong people then all that investment
in switching to OO will take a very, very long time to bear fruit.


It bears fruit within a year, 3 months or less with pair programming and
the like if the skills are already in house. It's quite remarkable that
you manage to find the "wrong people" with such regularity. We have had no
such problems.


That is probably because you do not think there is such a thing as "bad"
OOP, therefore you are willing to accept any old rubbish.
I haven't seen the problems you describe in any of the last six companies
I have been involved with
Then you haven't lived. Either that or you don't have the ability to
recognise rubbish when you see it.
. More importantly I hardly hear about it at all. I think your situation is
unfortunate and exceptional if it was so disastrous. Yes, I have see people
go through a drunk on patterns stage, but it usually only lasts a few
weeks.

You are either exaggerating or the projects that have scarred you have had
many more problems than merely being OO. From your link it seems you had a
design imposed on the developers without buy in.
No. Only the language was fixed from the start. All the application
designers had to do was come up with something which could be implememnted
in that language. They failed disastrously for reasons already mentioned.
Either the skills were not there, the design was inappropriate or personal
factors got in the way. I don't see an OO problem in there, I see a people
problem.
Exactly. There was nothing wrong with the language, it was the people were
incompetent.
The problem still exists that too many programmers out there think they
are OO experts when all they can really achieve is to over complicate the
issue and produce bloated and expensive software.


As I say, the minority in my experience. If you hire a shop of all
juniors, so there are no skills to go around, then you have a disaster
waiting for happen. That is true of any paradigm or any other skill.
That's true of programming in general. The only time you can get away with
this is to have a trial project which is not mission critical and
willingness by the team to learn from their mistakes. Management don't see
it that way, so that such pilot projects are a rarity in practice.
Whatever project your on, someone in that project should have experience
of all the technical and domain skills needed.


At last there is something we agree on.
But there are plenty of other people out there who have had similar
experiences. I am simply trying to balance the argument.


You are doing nothing of the sort, you are ranting.


I am not ranting, I am simply coming up with arguments which counter the
statements you are making. You seem to dislike the fact that I have the
audacity to challenge the statement that everything OO is perfect.
You could balance the argument by saying when OO is good and when OO is
bad. You could compare it with other paradigms to show where they are more
appropriate in certain situations (functional for language processing,
logic programming for rules engines, etc, etc). You haven't.
If you want a comparison between OO and procedural then take a look at
http://www.geocities.com/tablizer/oopbad.htm
I am quite happy to argue the pros and cons of different systems of
development. I know nothing of Uniface for instance and it would be nice
to know how that works out in practice. I would also like to know more
about your failed projects as case studies are always useful.
Then take a look at
http://www.marston-home.demon.co.uk/...disasters.html
This industry doesn't make the efforts it should to learn from each other.

Unfortunately such one sided rants mean that I cannot trust any
information you now actually put out. You tarnish your own reputation with
polemics.


I am not ranting, I am simply disagreeing with you. I will keep disagreeing
with you until hell freezes over.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #50

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.