# Procedure
A procedure is a [[block]] or a group of [[Block|blocks]] with a name. The procedure is defined once, and can later be called multiple times to run the set of [[Instruction|instructions]] again and again without the need to write those [[Instruction|instructions]] multiple time.
In programming languages, such procedure are often called [[Function|functions]] or [[Method|methods]].
In [[CICD - Continuous Integration Continuous Deployment|CICD]], they are called [[Job|jobs]].
---
Bibliography:
- [Title - website.com](need bibliography)