Making Ajax Elegantly Fast

Dustin Diaz shares some cool tips on making Async JavaScript (Ajax) work faster on the client-side using the Lazy Function Definition Design Pattern.


Comments

  1. Quote

    Lazy Func Def is just a ANTI-PATTERN. Please read my comments on Peter’s blog.
    And it won’t make ajax faster, because compare to HTTP network IO, the cost of object initialization can be ignored at all.

Leave a Comment

(required)

(required)

Formatting Your Comment

The following XHTML tags are available for use:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

URLs are automatically converted to hyperlinks.