Skip to content
tiffany352 edited this page Jan 1, 2013 · 5 revisions

Summary

The common module contains code used by two or more modules, in such a way that neither modules depend on each other, but depend on a common structure or piece of code. A good way to think about this module is a venn diagram of 2 or more modules, where they intersect is the header placed in common.

Headers

See Also

Clone this wiki locally