http://qs321.pair.com?node_id=631951


in reply to Naming of modules that are mean to be inherited only?

Ciao Leocharre,

usually I create a dedicated namespace called Base, much like Abstract described above, where all the base classes are kept; then everytime I need a concrete class I 'use base' one of those classes. For example, DMS::Database::Configuration would use DMS::Base::Configuration as base.

Ciao, Valerio

  • Comment on Re: Naming of modules that are mean to be inherited only?