0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Convert ' to ' where necessary as part of quotes cleanup More... about 13 years ago
Rest of the changes required for application of the style guide. More... about 13 years ago
Numerous changes to enforce style guide, consistency in spacing, minor tweaks. More... about 13 years ago
Changes to standardize on the quote types used More... about 13 years ago
Updating branch readme. More... about 13 years ago
Minor spacing additions. More... about 13 years ago
Removing outdated refs in patterns index More... about 13 years ago
Updating indendation and minor fixes. More... about 13 years ago
Some minor org. changes More... about 13 years ago
Minor fix and adding Luke to the list of reviewers. More... about 13 years ago
Minor version comment. More... about 13 years ago
Fix: Sharing the channels on the public API makes this fragile. More... about 13 years ago
Some minor clarifications More... about 13 years ago
Adding Abstract Factory pattern example and description More... about 13 years ago
Improvements to the mediator section More... about 13 years ago
Fix: A written, this does nothing. The functions are never executed, and the functions and vars declared internal to the functions aren't exposed. It's not a use case More... about 13 years ago
Fixes: The context of page load seems irrelevant to the advantage More... about 13 years ago
Too many negatives. Reword More... about 13 years ago
Adding additional references to $.extend alternatives More... about 13 years ago
Addressing: This is not cross-browser consistent for all objects, and is vulnerable to infinite loops. More... about 13 years ago
Fixing: customStore is not defined, unless it's global More... about 13 years ago
Emphasis in last bullet is inconsistent with the other bullet points. More... about 13 years ago
The descriptions are patlets or the snippet patterns are patlets More... about 13 years ago
Don't do the work in a namespace. It's inconsistent with prior examples and just complicates this one. This should be simple because it is foundational More... about 13 years ago
Removing duck typing reference. More... about 13 years ago
Splitting vars for consistency. This will be patched later once idiomatic.js is being applied to code examples. More... about 13 years ago
Removing mention of 'post'. Minor restructure to better fit narrative. More... about 13 years ago
Making the discussion of jQuery patterns a little more clear. More... about 13 years ago
Better to say console.log(anotherCar.name) to show that one is the prototype of the other. More... about 13 years ago
Replacing with Lukes better example of the factory pattern. As the existing one has a Car bound to the inner Car function it doesnt reside on the factory object. The improved example better demonstrates the concepts Im trying to convey. More... about 13 years ago