OOP is bad?

J

James Aguilar

TopMind is a well known crock. He has no idea what he's talking about. He
also considers prepared statements and higher order functions useless.

- JFA1
 
M

Mr.Bolshoy Huy

"He hosts his site on Geocities.

'nuff said... ;)


Leon Mergen "

if that were so, I wouldnt ask here.
read the page, then if you have a response, post it.
 
V

vksharma

Yes the article is off-topic.
I don't know the person who wrote the article.
But I would like to add the following truisms:

There should not be absolutes in programming.
The only absolute is that the software should work and work well.
A tool (procedural/OOP/relational) is only as good as the workman using
it.
IMHO, programming is more about workmanship than so-called 'paradigms'.
For every example of bad OOP programming, one example of bad procedural
programming can be shown. The reverse is also true.

I regularly mix all 3 approaches in my work. I do not deride any
approach.
Instead I try to learn each one as best as I can and endeavour to use
it
well. If you are starting out as a programmer you would be well advised
to
study the procedural underpinnings of the OOP language of your choice.

My parsers are written using lex/yacc, which generate C code that
interfaces
with some more C code that then interfaces with C++ code.

-v
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top