YUI, jQuery, MooTools, etc are not frameworks in my opinion. Those are libraries to essentially normalize DOM implementations and make certain tasks when working with the DOM easier, like DOM traversal. A framework to me is essentially code to help organize your application and provide it an architecture that is easy to maintain and work on in a team. Just wanted to clear up the terminology being used.
On Jul 25, 9:40 am, Poetro <[email protected]> wrote: > 2011/7/25 Bemi Faison <[email protected]>:> Agreed. Combining small libraries > is a path towards piecing together > > your own framework, over time. (Frankly, I don't see much advantage to > > having a single large framework, outside of a shared namespace.) That > > said, microjs.com is not maintained well, as there are many pull- > > requests pending for the site. Be sure to view it's pull-requests > > queue on github.com, to see what you're missing. > > The one advantage would be, that they'd use the same utility functions > like trim, forEach etc. that most libraries need. One solution would > be for this, is to modify / monkey patch the frameworks so they use a > common utility library (like Underscore.js). > > -- > Poetro -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
