Projects Glossary

Browse 20 projects terms defined in plain English, from the cultural dictionary of computing.

20 Projects Terms

Boondoggle
A project seen as wasteful, overcomplicated, or unnecessary relative to its value. In tech culture the term often gets applied to expensive internal...
brownfield
A software project built within the constraints of existing systems, codebases, and infrastructure, as opposed to a greenfield project that starts from...
Can of Worms
An idiom for a topic or change likely to uncover many new complications once opened. In engineering culture it often describes legacy systems, migrations, or...
Code Base
The complete collection of source code and related files that make up a software project or system. In everyday developer culture the code base is the thing...
Code Complete
A milestone indicating that planned coding work for a release or feature is considered finished, even if testing, documentation, and polish may still remain....
Dead Project
A project that has effectively stopped receiving meaningful work or strategic support even if nobody has formally announced its end. In tech culture dead...
Governance Model
The structure by which a project decides who has authority, how decisions are made, how roles are granted, and how disputes are resolved. In open source,...
Green Field
Describing a project built from scratch with few legacy constraints, rather than one layered onto existing systems. It usually implies more design freedom, but...
Long Marches
A metaphor for lengthy, exhausting technical efforts such as migrations, platform rewrites, or years-long product rebuilds that require sustained discipline...
Over Budget
Costing more than the agreed or expected amount, whether in money, time, or compute. In engineering it often applies to cloud spend, project estimates, or...
Project Changelog
The changelog associated with a specific project, documenting releases, fixes, breaking changes, and other notable updates. In open-source culture, a readable...
Project Charter
A document describing a project's purpose, scope, principles, or governance expectations. In open-source and organizational culture, a project charter helps...
Project Docs
The documentation associated with a project, including setup, usage, architecture, contribution guidance, and release information. In software culture, project...
Project License
The license under which a project is released and distributed. In open-source culture, the project license shapes who can use the work, how it can be modified,...
Project Readme
The README file for a project, usually the first entry point for understanding what it does, how to install it, and how to contribute. In open-source culture,...
Project Release
A release of a project's software, documentation, or assets, often tied to a version and changelog. In maintenance culture, project releases are moments where...
Project Template
A starter template used to create new projects with predefined structure, config, and conventions. In developer culture, good project templates reduce...
Project Website
A website dedicated to explaining, distributing, or supporting a project beyond the repository itself. In open-source culture, a project website often becomes...
Scope Creep Slang
A loose use of 'scope creep' for any gradual expansion of work, expectations, or commitments beyond the original plan, even outside formal project management....
Sprint Zero
An initial setup period before normal sprint work begins, usually used for planning, tooling, staffing, or environment prep.

Related Topics