in reply to What's in a Name?
I use '.pl' for files I'm still working on. But as soon as they escape from their development directory, and are place in a directory that might be in someones PATH, the '.pl' gets dropped.
Names should, IMO, be descriptive. "buch.pl" might be cute, and I can guess that it's dealing with books, but not that it actually orders books. If it orders books, I'd call it "orderbooks" or "order_books". No ".pl" - the language in which it's written should not matter for the results. I don't really care if a name is long. We don't live in the early 70s anymore, nowadays we have shells with filename and command completion, and we have aliases too.
Now, for scripts I only use once, or just to test things out, I usually use 'x.pl', 'y.pl', 'z.pl', and other one letter combinations. And more than 90% of the time, they will be placed in '/tmp'.
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: What's in a Name? (extensions)
by Jenda (Abbot) on May 29, 2002 at 23:31 UTC | |
Re: Re: What's in a Name?
by shotgunefx (Parson) on May 29, 2002 at 10:53 UTC | |
Re: Re: What's in a Name?
by schumi (Hermit) on May 29, 2002 at 11:42 UTC | |
by Abigail-II (Bishop) on May 29, 2002 at 11:48 UTC | |
by maverick (Curate) on May 29, 2002 at 14:55 UTC | |
by fireartist (Chaplain) on May 29, 2002 at 16:05 UTC | |
by Aristotle (Chancellor) on May 29, 2002 at 15:21 UTC |