Skip to content
Pierre T. edited this page Jan 12, 2015 · 1 revision

A library is one of the smallest modular unit which can be embedded and deployed. A library usually provides one technical feature and do nothing else. It does only one thing because the thing it does is usually high-tech.

For instance, complex algorithm implementations (graph, sort, etc.), the proposition of complexe data structures (tree), the interface with external hardware or network resources, etc. All these issues are candidates to be libraries.

A framework can use multiple libraries to define its ... A library can reference another library, but to a lesser extent compared to frameworks

Content

Clone this wiki locally