in reply to Re: New to perl - Check authenticity of cpan mods installed/used
in thread New to perl - Check authenticity of cpan mods installed/used

That book teaches object oriented analysis and design? IIRC it does not. It doesn't even mention crc cards
  • Comment on Re^2: New to perl - Check authenticity of cpan mods installed/used

Replies are listed 'Best First'.
Re^3: New to perl - Check authenticity of cpan mods installed/used
by Laurent_R (Canon) on Feb 16, 2019 at 22:50 UTC
    Come on, CRC cards may be a useful software engineering tool used in agile and extreme programming, they are certainly not central to the idea of object-oriented programming.

    I frankly think that Damian's OOP book is very good, it really explains fairly well what OOP is all about.

    The only problem is that it is a bit outdated in the sense that it uses the early Perl 5 object-oriented concepts, rather than the more modern implementations offered by frameworks such as Moose, Moo, Mouse, or even Mo, etc. Still, it is a very good introduction to POO concepts.