Re: XHR constructor example

client. (XHR is a HTTP client API specification).


On 2006/05/14, at 1:51 PM, Anne van Kesteren wrote:

>
> On Sun, 14 May 2006 14:05:57 +0200, Ian Hickson <ian@hixie.ch> wrote:
>>>>   var request = new XMLHttpRequest();
>>>
>>> Given that it doesn't have to be a request I think 'r' is saver or
>>> perhaps just 'x'...
>>
>> Please don't use single letter variable names for anything but  
>> loop index
>> variables (in languages that require those), it's generally considerd
>> quite bad practice.
>
> Sure, give a me a sensible suggestion and I'll take it. Given  
> recent discussions (you can post as well as retrieve) I'm not sure  
> the original suggestion `var request` makes sense.
>
>
> -- 
> Anne van Kesteren
> <http://annevankesteren.nl/>
> <http://www.opera.com/>
>
>
>

--
Mark Nottingham
mnot@yahoo-inc.com

Received on Monday, 22 May 2006 11:04:19 UTC