TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Promiser: Manager of jQuery deferreds by name

1 pointsby bruthabout 12 years ago

1 comment

bruthabout 12 years ago
Author here. I threw this together last night and today and is very much a work in progress. The goal of it is be more transparent when dealing with deferred objects throughout a large application. The approach was influenced by the mediator (pub/sub) pattern a bit in that you access the deferred by some central manager rather than dealing with references of deferreds all through your code.<p>I would appreciate any feedback.