Friday, July 4, 2008

JavaScript Plugins; The beauty of loosely coupled code



Java JavaScript CSS HTML C# Ruby WebService


James Coglan wrote a piece on There is no such thing as a JavaScript plugin that uses jQuery as a use case for how simple it is to have a plugin contract.
When you think about plugins in many environments, you have strict contracts through interfaces that you have to implement. With jQuery, you can just [...]

0 comments: