Re: Need help in naming a variable



(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")


.



Relevant Pages

  • Re: long line truncated on vista 2048
    ... What is the exact content of the file you're writing? ... closing the stream? ... It's just one long line at this point in the data file, ... its one of many shorter lines. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: White space and >>
    ... > I was hoping for shorter ... you could take an intensive look at the C++ stream library. ... Languages like Perl or PHP have regular expression support on language or ...
    (comp.lang.cpp)
  • Re: Need help in naming a variable
    ... Trastabuga wrote: ... Can it be something shorter like path-designator (too vague/ ... a good convention would be to name it after whatever it's used for. ...
    (comp.lang.lisp)