Re: Need help in naming a variable
- From: "Alex Mizrahi" <udodenko@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 9 Jun 2007 19:51:26 +0300
(message (Hello 'Trastabuga)
(you :wrote :on '(Sat, 09 Jun 2007 07:08:32 -0700))
(
T> Can it be something shorter like path-designator (too vague/
T> misleading?)?
i it's too vague, pick one-two letter name, like f (file), s (stream), fd
(file descriptor) or whatever.
you can describe meaning in documentation or comment, but it won't bloat
code.
if it's parameter that describes where to write something to, why don't call
it "to" or "target"?
)
(With-best-regards '(Alex Mizrahi) :aka 'killer_storm)
"I am everything you want and I am everything you need")
.
- References:
- Need help in naming a variable
- From: Trastabuga
- Need help in naming a variable
- Prev by Date: Re: String Manipulation Challenge
- Next by Date: Re: String Manipulation Challenge
- Previous by thread: Re: Need help in naming a variable
- Next by thread: Re: Need help in naming a variable
- Index(es):
Relevant Pages
|