Skip to content
gaiaops edited this page Sep 12, 2011 · 4 revisions

The components in this library are open sourced versions of code patterns that have been working for Gaia Interactive for years. All of these examples grew out of practical use cases. In some cases we invented the solutions from scratch. In other cases, we improved existing patterns that are already well-known.

All of the components in this library attempt to be stand-alone as possible. The goal is to be able to easily extract one part of the code and use it independently of the others as the need arises. Fewer inter-dependencies makes the code easier to debug, easier to explain, and easier to understand.

Take a look at the tests and examples. I always believe a simple working example is worth a 1000 words. The documentation in this wiki should help explain the philosophy and reasons for a given pattern. If anything is unclear, shoot me an email:

[email protected]

I'll try to clarify it ASAP. This code library is a work in process. I am gradually moving more of our core libraries into this open-source repo. I am taking the opportunity to refactor the code as I go, decoupling components from each other into neater patterns as they emerge.

Clone this wiki locally