Code - Version

Card Puncher Data Processing

About

Versions don’t really work linearly. Commits can and sometime must be reverted.

later does not necessarily mean better. If A comes later than B, it does not imply that:

  • A has more features than B,
  • or that A is more stable than B,
  • or that A is more useful than B.

It simply means that somewhere in A’s history, is a commit node B.

With a model of later is better, nobody wanted to use the word revert

Number

Location Version Id
Version Control System Commit hash
Release Scheme

Documentation / Reference





Discover More
Card Puncher Data Processing
Code Shipping - Project

A project is a structure meant to facilitate the building of a component. It will group all artifact (file, code, data,...) generally inside a directory alongside a metadata file that will declare all...
Card Puncher Data Processing
Code Shipping - Snapshot Version

Continuous development is typically performed with snapshot versions. The actual version is generally composed of a date/timestamp and an enumerator.
Card Puncher Data Processing
Code Versioning

Versioning permits to tell which code is newer than another. Every versioning schema will then tell which version is newer than the other one. Code is: versioned by making commit to a repository....
Card Puncher Data Processing
Code Versioning - Release

A release is packaging your application under a version in a format that is suitable for the distribution channel. If you publish your application to: a package manager, you should create your application...
Etag - An unique identifier for a HTTP resource

The ETag HTTP response header is an identifier for a specific version of a resource. A etag comparison determines whether two representations of a resource are the same and is therefore similar to a hash...
HTTP - Cache (Cache-Control Header, Bursting, )

When sending a response, several headers have an influence / control over the cache store, we call them cache control headers The cache control header are: Name Description Cache-Control Define properties...
Javascript Package - Version

version in a Javascript package can be found in the package.json file as property. See also - semver Tags...
Node - Version / Release

version and release in Node.
Python Version
Python - Version

of This naming convention of compiled files allows compiled modules from different versions of Python to coexist. ...
Card Puncher Data Processing
Python Packaging - Version / Release

and in Python This naming convention of compiled files allows compiled modules from different releases of Python to coexist. All below properties of a build. ie: alias...



Share this page:
Follow us:
Task Runner