Code Shipping - (Library|Package)

Card Puncher Data Processing

About

A library is a component meant to be consumed either by:

A library is also known as a package. (

not to confound with the term package that may be refer to the scope/directory of a script

)

Library are reusable software components that encapsulate solutions to common problems.

Telling a programmer there's already a library to do X is like telling a songwriter there's already a song about love.

Management

Distribution

When the library is ready to be reused by other library, you distribute it

Manager

A library manager helps to:

A library manager is also known under the term package manager. See Code Shipping - (Package|Library|Dependency) Manager

Repository

library are published, shared and available for consumption in a remote location called a repository.

A repository may be local on your computer but it has a cache function and is only available to yourself

Documentation / Reference





Discover More
Card Puncher Data Processing
Code Deployment - Shared library

A shared library is used to share a set of code sources across applications. You define an application's dependency on a shared library when deploying the application.
Card Puncher Data Processing
Code Shipping - (Library|Package) (Distribution|Publication)

Distribution is the process of uploading a library into a repository via a packaging system in order to make it available for reuse. A library or an application could then reuse it by declaring it as...
Card Puncher Data Processing
Code Shipping - (Module|Component)

Module are several source scripts (compiled or not) bundled together as a mean to: group code that can be: reused. The component is then called: a library or package when distributed or a dependency...
Card Puncher Data Processing
Code Shipping - Application

An application is a component not meant to be reused whereas a library is.
Card Puncher Data Processing
Code Shipping - Definition File (Declaration File, Stubs)

dynamic languages does not have any type system (by default). (a variable may store any kind of value. To overcome this situation, developers create definition files that defines a library in terms of...
Death Stars Architecture Diagram
Code Shipping - Dependency (Coupling)

in code. A (module|package|library) often requires other (packages|module) to be installed to function correctly. Such a relation is called a dependency. Coupling or dependency is the degree to which...
Card Puncher Data Processing
Code Shipping - Deployment

After the creation of release, the next step in a deployment pipeline is to deploy the code (ie archive). Generally, It implies: to run a deployment software with the release as parameter. the output...
Card Puncher Data Processing
Code Shipping - Installation

installation refers to the process of: deploying a application on a computer or installing a library declared as dependency in a project
Javascript - Library

library in Javascript. A library is a distribution format as a package that is created from a module bundle from a prototype The difference between a package and a library is that the modules are...
Card Puncher Data Processing
R - Library

To get a list of library:



Share this page:
Follow us:
Task Runner