¡@

Home 

javascript Programming Glossary: coupling

How to avoid locking my HTML structure when using jQuery to create rich client experiences?

http://stackoverflow.com/questions/10743682/how-to-avoid-locking-my-html-structure-when-using-jquery-to-create-rich-client-e

Keep them as decoupled as possible but there's always some coupling it's the interface between script and HTML. It's like being..

Why would one use the Publish/Subscribe pattern (in JS/jQuery)?

http://stackoverflow.com/questions/13512949/why-would-one-use-the-publish-subscribe-pattern-in-js-jquery

share improve this question It ™s all about loose coupling and single responsibility which goes hand to hand with MV MVC.. which are very modern in the last few years. Loose coupling is an Object oriented principle in which each component of the.. tries to not care about them as much as possible . Loosing coupling is a good thing because you can easily reuse the different modules...

SproutCore vs. Cappuccino

http://stackoverflow.com/questions/4287953/sproutcore-vs-cappuccino

use of the best rendering approach available instead of coupling you to some degree with CSS and HTML. As for SproutCore you..

What are the differences between Deferred, Promise and Future in Javascript?

http://stackoverflow.com/questions/6801283/what-are-the-differences-between-deferred-promise-and-future-in-javascript

the overarching purpose is to improve clarity and loosen coupling through a standardized interface. See suggested reading from..

Emulate super in javascript

http://stackoverflow.com/questions/8032566/emulate-super-in-javascript

as bad as having to duplicate the superclass name since coupling against the inheritance relationships if worse then the inner.. the inheritance relationships if worse then the inner coupling with a class' own name Normal Javascript needs the superclass..

What architectural pattern(s) should I use for my RIA? [closed]

http://stackoverflow.com/questions/9977400/what-architectural-patterns-should-i-use-for-my-ria

for many reasons. One reason would be to achieve loose coupling in your modules. A great example of how to achieve loose coupling.. in your modules. A great example of how to achieve loose coupling is found in the Mediator Pattern . The question of which framework.. daddy likey AngularJS MVC Separation of concerns loose coupling and inversion of control. Two way databinding SproutCore MVC..