Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 870 Bytes

ubiquitous-language.md

File metadata and controls

11 lines (10 loc) · 870 Bytes

Ubiquitous language

Term Explanation
Configure The process where a Developer answers questions pertinent to a specific Tool. These answers will result in Tasks.
Contributor A developer that works on the QA Tools application itself by writing source code, documentation, etc.
Developer A developer that uses the QA Tools application to configure QA tools for their project.
Target project The project the QA Tools application configures tools for.
Task Describes a concrete action to be performed on the target project, like installing a set of Composer packages, or writing an Ant build file.
Tool A component that configures an actual QA tool, like PHPUnit, by, for example, writing configuration files to disk.