OOP is dying badly (offtopic from trendcontrol)

For everything that's not in any way related to PureBasic. General chat etc...

OOP?

Poll ended at Wed Jun 11, 2008 3:27 pm

OOP Yah! : )
13
33%
OOP no! : (
10
25%
No Opinion...
4
10%
Such Polls are totaly useless
13
33%
 
Total votes: 40

Chaos
User
User
Posts: 12
Joined: Mon May 05, 2008 7:52 am
Location: france

Post by Chaos »

pdwyer wrote:
Chaos wrote:OOP is only a layer under procedural way .
You mean over don't you?
yea, sorry my english is really awful. :oops:
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

no need to apologise at all :) You don't want to hear my French!
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

I like some of C++'s features like function over loading and optional parameters, but haven't bothered with OOP and probably never will.

Not because I don't like it or don't want to learn it, it's more because I haven't felt the need for it.

PB IDE and UEStudio.
User avatar
mk-soft
Always Here
Always Here
Posts: 6209
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Post by mk-soft »

I like most of all procedure oriented programming, but make with gave up is oop of advantage.
Who of you uses oop the support of Inc. or of me?

GT :wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Never thought I would drop a line in here (but hey, I do :-)) but there's one thing that struck me as quite interesting (and perhaps essential) in the refered article: code reusability. Would OOP indeed be harder to reuse, or not?

(And yes, I'm a total noob on OOP...)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Post by Foz »

Badly written OOP can't be reused. Well written OOP can be reused.

on the flip side:

Badly written PP can't be reused. Well written PP can be reused.


Hmm... I think I see the problem... Execute all bad coders!
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

Foz wrote:Execute all bad coders!
Sounds like a good theme for a game :)
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

Trond wrote:I can't see how waiting (on the IDE, on the compiler, on your own program) leads to loving programming.

To learn to like programming, you must actually program. Not sit around waiting on an IDE that takes 5 minutes to load, or a Hello World program that takes 5 seconds to compile and 3 seconds to launch.
I experience all those things with REALbasic but I still love it.

I've been seduced by a bounty of lovely objects and I'd find it very hard to give them up.
User avatar
idle
Always Here
Always Here
Posts: 5840
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Post by idle »

Kale wrote: Instead, have a look at C# and the .NET framework for pure elegance and fall in love with programming all over again.
I did and switched to PB and I'm loving it!
:wink:
Post Reply