Templates Glossary

Browse 13 templates terms defined in plain English, from the cultural dictionary of computing.

13 Templates Terms

AI Template
A reusable template for prompts, workflows, or outputs that standardizes how AI is invoked across similar use cases. AI templates help reduce duplication and...
Build Template
A reusable build configuration or pipeline definition that can be applied across multiple projects to standardize steps, tooling, and conventions. Build...
Cloud Formation
A declarative infrastructure provisioning approach associated with defining cloud resources in templates so environments can be created, updated, and versioned...
Code Template
A reusable code skeleton containing placeholders or conventions that can be filled in to generate a new file, component, service, or project structure. Code...
Component Template
A reusable markup or structural template used as the basis for rendering a component's view. Component templates separate declarative structure from imperative...
Cookie Cutter
Describing something as generic, standardized, or lacking distinguishing thought because it was made from a common template. In engineering slang,...
Helm Template
A Helm Template is a development concept used to shape how software is built, executed, or maintained in real systems. Developers rely on it to make code...
License Template
A reusable template for writing or selecting a project's license text consistently. In practical culture, license templates help teams avoid accidental...
Project Template
A starter template used to create new projects with predefined structure, config, and conventions. In developer culture, good project templates reduce...
PR Template
A template shown when opening a pull request, usually prompting authors for context, testing notes, screenshots, rollout details, or linked issues. In good...
Repository Template
A repository configured to serve as a reusable starting point for new projects, often including standard files, CI, and folder layout. In platform engineering,...
String Interpolation
A language feature that embeds expressions directly inside string literals, evaluating them at runtime and inserting the results into the final string....
XHP
An extension to PHP/Hack that allows writing XML/HTML elements as first-class language expressions. Created at Facebook, XHP prevents XSS by escaping output by...

Related Topics