naming quandary

2002-12-16 Thread Erick Calder
need a little input:  I have a component that detects changes to directories
and files that I originally called PoCo::Dir::Watch because it only detected
directory changes...  now I thought to call it PoCo::Detect::Filesystem...
but then it occurred to me to rename PoCo::CD::Detect to PoCo::Detect::CD...
trouble is I also have PoCo::CD::Rip... so now I don't know what makes
sense.

also, these names are getting rather long... would PoCo::Detect::Fs, or
PoCo::Detect::Path be better?

feedback guys?




Re: naming quandary

2002-12-16 Thread Dmitri Tikhonov
On Mon, 16 Dec 2002, Erick Calder wrote:

 also, these names are getting rather long... would PoCo::Detect::Fs, or
 PoCo::Detect::Path be better?

I think PoCo::Detect::Fs looks prettier.  To make it prettier yet, use 
caps: PoCo::Detect::FS.

- Dmitri.





RE: naming quandary

2002-12-16 Thread Erick Calder
so should I have Detect::CD or CD::Detect?

-Original Message-
From: Dmitri Tikhonov [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 16, 2002 3:50 PM
To: Erick Calder
Cc: [EMAIL PROTECTED]
Subject: Re: naming quandary


On Mon, 16 Dec 2002, Erick Calder wrote:

 also, these names are getting rather long... would PoCo::Detect::Fs, or
 PoCo::Detect::Path be better?

I think PoCo::Detect::Fs looks prettier.  To make it prettier yet, use 
caps: PoCo::Detect::FS.

- Dmitri.