in reply to Learning BioPerl/OOP and script troubleshooting help

Hmm, I certainly do not want to dissuade you from leaning OOP, but, for most practical purposes, you can really use OO modules without having to know much about OOP (except for the user interface). It would be different, of course, if you wanted to expand Bioperl (say subclassing some methods, for example), in which case you would really need to understand more about the ins and outs of OOP.

Having said that, I certainly would encourage you to learn OOP if you need it. It might even help you understanding and better using Bioperl.

  • Comment on Re: Learning BioPerl/OOP and script troubleshooting help

Replies are listed 'Best First'.
Re^2: Learning BioPerl/OOP and script troubleshooting help
by onlyIDleft (Scribe) on Dec 07, 2015 at 20:24 UTC

    I see your point distinguishing the ability to use BioPerl Vs. adding to those modules and making new ones. I only intend to be an end-user.