11.1 Naming and coding conventions

We establish the following definitions:

object

An ensemble of Bash built–in values that represents an instance of a type.

class

An object that represents the definition of a type.

metaclass

A class that represents the definition of another class.

field accessor

A function used to retrieve the value of an object’s field.

field mutator

A function used to store a new value in an object’s field.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.