in reply to Re: Naming a module that handles SIP2
in thread Naming a module that handles SIP2

Perhaps Library::Protocol::SIP2 or Protocol::SIP2 would be appropriate?

Um, no, Library and Protocol are stopwords :) esp for top level namespaces, see http://pause.perl.org/pause/query?ACTION=pause_namingmodules#NAMES_TO_AVOID

every module is a "library" , and every "protocol" has a name

Library and protocol is like API, Interface or even Module -- we know that already :)

Also, library and protocol are too-general nouns

This module is about network protocols so http://pause.perl.org/pause/query?ACTION=pause_namingmodules#Net seems appropriate

  • Comment on Re^2: Naming a module that handles SIP2 (library protocol stopwords)