Re: [jQuery] method chaining (was RE: regular expressions)

2007-03-07 Thread Alexandre Plennevaux
Ah ah ah :) > Note that in digging this back up, I came across lots of great "considered harmful" rants, including short circuit OR operator, tabs, AJAX, javascript associative arrays, "considered harmful" essays, and of course the goto statement. This one's my favorite: http://meyerweb.com/er

Re: [jQuery] method chaining (was RE: regular expressions)

2007-03-07 Thread Mike Alsup
> http://www.netwise.it/xml/perlmonks/?node_id=417872 > > Note that in digging this back up, I came across lots of great "considered > harmful" rants, including short circuit OR operator, tabs, AJAX, javascript > associative arrays, "considered harmful" essays, and of course the goto > statement

[jQuery] method chaining (was RE: regular expressions)

2007-03-07 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. I don't want this to come across as a troll at all, but some object oriented philosophies disagree strongly with method chaining: http://www.netwise.it/xml/perlmonks/?node_id=417872 Obviously chaining provides kinds of shortcuts that aren't otherwise available and it's going to be a matter