Skip to content

Latest commit

 

History

History
388 lines (264 loc) · 8.45 KB

gloss-unused.md

File metadata and controls

388 lines (264 loc) · 8.45 KB

Accuracy : FIXME

Action (in Make): FIXME

Active listening : FIXME

Actual output (of a test): FIXME

Aggregate : FIXME

Analysis and estimation : FIXME

Annotated tag (in version control): FIXME

Application Programming Interface (API): FIXME

Automatic variable : FIXME

Backlog : FIXME

Bash : FIXME

Beeswarm plot : FIXME

Binary code : FIXME

Bit rot : FIXME

Branch : FIXME

Breakpoint : FIXME

Buffer : FIXME

Code browser : FIXME

Code coverage : FIXME

Comma-separated values (CSV): FIXME

Commit hash : FIXME

Computational competence : FIXME

Computational stylometry : FIXME

Computational thinking : FIXME

Configuration object : FIXME

Context manager : FIXME

Corpus : FIXME

Curb cuts : https://medium.com/@mosaicofminds/the-curb-cut-effect-how-making-public-spaces-accessible-to-people-with-disabilities-helps-everyone-d69f24c58785

Data engineering : FIXME

Default target : FIXME

Delimiter : FIXME

Dependency graph : FIXME

Design pattern : FIXME

Design patterns : FIXME

Software development process : FIXME

Directory : A folder in a filesystem.

Directory Tree : If the nesting relationships between directories in a filesystem are drawn as arrows from the containing directory to the nested ones, a tree structure develops.

Disk : Disk refers to disk storage, a physical component of a computer that stores information on a disk. The most common kind of disk storage is a hard disk drive, which is a storage drive with a non-removable disk.

DRY (Don't Repeat Yourself) : The general principle when programming that it's typically better to define something (a function, a constant...) once and refer to it consistently as a "single source of truth" throughout a piece of software than to define copies in multiple places, if only because then you only have to make any changes in one place. This is useful and helpful principle but should not be thought of as an involate rule.

Embedded documentation : FIXME

Environment : FIXME

Error (result from a unit test): FIXME

Escape sequence : FIXME

Exit status : FIXME

Expected output (of a test): FIXME

Exponent : FIXME

False negative : FIXME

False positive : FIXME

Feature boxing : FIXME

Feature creep : FIXME

Flag : FIXME

Fork : FIXME

Format string : FIXME

Fully-qualified name : FIXME

Function attribute : FIXME

Tag (in version control): FIXME

GitHub Pages : FIXME

Globbing : FIXME

Hot spot : FIXME

HTTP status code : FIXME

Index : FIXME

Integrated Development Environment (IDE): FIXME

Install : FIXME

Iteration (in software development): FIXME

Jenny (a repository): FIXME

Join (of database tables): FIXME

Key : FIXME

Library : FIXME

Log file : FIXME

Macro : FIXME

Magnitude : FIXME

Mantissa : FIXME

Memory : A physical device on your computer that temporarily stores information for immediate use.

Method : A function that is specific to an object type, based on qualities of that type, e.g. a string method like upper() which turns characters in a string to uppercase.

Namespace : A way of organizing names of related objects, functions, or variables to avoid confusion with (for instance) common names that might well occur in multiple packages.

Not Invented Here (NIH): FIXME

Object : An object is a programming language's way of descrbing and storing values, usually labeled with a variable name.

Operational test : FIXME

ORCID : FIXME

Overloading : FIXME

Package : FIXME

Pair programming : FIXME

Parking lot : FIXME

Phony target : FIXME

Post-mortem : FIXME

Precision : FIXME

Pseudorandom number generator (PRNG): FIXME

Rebase : FIXME

Refactor : FIXME

Relative import : In Python, the importing of a module relative to the current path and thus likely from within the current package (e.g., from . import generate) rather than an import from a globally-defined package (e.g., from zipfpy import generate).

Representation State Transfer (REST): FIXME

Scalable Vector Graphics (SVG): FIXME

Seed (for pseudorandom number generator): FIXME

Set and override (pattern): FIXME

Side effects : FIXME

Sign : FIXME

Silent error : FIXME

Silent failure : FIXME

Source code : FIXME

Stand-up meeting : FIXME

Streaming data : FIXME

Sturdy development : FIXME

Subsampling : FIXME

Success (result from a unit test): FIXME

Sustainability : FIXME

Symbolic debugger : FIXME

Syntax highlighting : FIXME

Synthetic data : FIXME

Target (of oppression): FIXME

Technical debt : FIXME

Test coverage : FIXME

Failure (result from a unit test): FIXME

Test isolation : FIXME

Time boxing : FIXME

Tldr : FIXME

Tuning : FIXME

Typesetting language : FIXME

Upvote : FIXME

Variable (in Python): A symbolic name that reserves memory to store a value.

Vector image : FIXME

Violin plot : FIXME

What You See Is What You Get (WYSIWYG): FIXME

Working directory : FIXME

Wrapper : FIXME

YAML : FIXME