Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: kind of effort required for learning OO perl ?!

by Anonymous Monk
on Dec 12, 2012 at 23:27 UTC ( [id://1008610]=note: print w/replies, xml ) Need Help??


in reply to Re^3: kind of effort required for learning OO perl ?!
in thread kind of effort required for learning OO perl ?!

If you have even more time :) C++ and Object Design: the least you need to know looks interesting
  • Comment on Re^4: kind of effort required for learning OO perl ?!

Replies are listed 'Best First'.
Re^5: kind of effort required for learning OO perl ?!
by BrowserUk (Patriarch) on Dec 13, 2012 at 12:00 UTC

    Sorry to disagree, but having read the first 4 chapters, I think that is probably one of the worst C++ tutorials I've ever seen; and exactly the sort of thing that caused smoke to emanate from Bjarne Stroustrup's ears.

    The main problem is that it conflates:

    1. the process of developing code;

      IDE's are only one way to write code; and Eclipse is only one IDE.

    2. with that of learning a particular language;

      C++ is only one language. It has many peculiarities that are unique to that language.

    3. with that of learning how to design programs;

      Trying to introduce the concept of const functions in the first program is pointless.

    4. with a particular testing methodology;

      Whilst the particular version of TDD used is one of the better ones -- for example, passing tests produce no output -- it is only one of many testing methodologies.

    The book may be reasonable as course material for a course intended to turn out rote-learnt programmers; but is of little value to those wishing to augment the existing skilled by learning one or more of the four facets of programming above.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    RIP Neil Armstrong

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-23 05:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found