Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Object Oriented Orientation

by Anonymous Monk
on Aug 01, 2011 at 01:13 UTC ( [id://917738]=note: print w/replies, xml ) Need Help??


in reply to Object Oriented Orientation

should I stop where I am, and come back to learn object orientation in Perl?

It really depends on what you're learning from, and your current level of knowledge; too many new ideas introduced too quickly will only leave you confused

Safest course is finish studying your java material, learn what its trying to teach you, then revisit perl, via Beginning Perl Chapter 11: Object-Oriented Perl, followed by the Objects chapter of Modern Perl

Compare similar concepts from one to the other, and revisit any parts that make you pause or raise questions

Is the concept of object oriented languages closely related enough for the knowledge of one to help set precedence for the knowledge of another?

Learning an object-oriented-language usually only teaches you the mechanics (axle, wheels, steering, engine ... how to make object, call methods, how method dispatch works...), it doesn't teach you how to drive (what should be an class/object, what properties/methods it should have ... object oriented design)

Some links about OOD

Replies are listed 'Best First'.
Re^2: Object Oriented Orientation
by armstd (Friar) on Aug 03, 2011 at 13:17 UTC

    I have to second these recommendations.

    Stick with Java. First, look at the job boards these days. Java is huge and marketable. It's a good OO language to learn, and a lot of the best OO training is in Java these days.

    Invest in OOAD. Learn good OO Design. A lot of the best OOAD training is in Java these days... I highly recommend the Responsibility Driven Design approach also. Object Design: Roles, Responsibilities, and Collaborations http://wirfs-brock.com/DesignBooks.html is a good book for that. You can find it on Safari also.

    Take what you learn and apply it to Perl. You'll learn a lot about Perl doing that. There are lots of OO Perl programmers out there, but not a lot of great ones. Good design skill is fundamental for OO quality.

    Finally, Perl is my favorite OO language to work with. It's what-you-write-is-what-you-get approach is simple and powerful. Dynamic compilation, being able to change the nature of your program taking on new responsibilities as your data and input dictate... literally seeking them out and compiling them.. very cool.

    --Dave

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://917738]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-16 18:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found