Codegedreven
Codegedreven is a Dutch term used in software development to describe a development philosophy in which code is the primary instrument for building and delivering software. The word combines code with gedreven, meaning driven, indicating that the software product, its architecture, and its deployment are mainly determined by programming artifacts rather than by configuration or declarative rules.
In a codegedreven approach, teams prioritize source code quality, automated tests, continuous integration and delivery, and
This approach often contrasts with low-code/no-code or data-driven strategies, where business rules are implemented through configuration,
Common patterns associated with codegedreven work include GitOps, continuous deployment, containerization, and platform engineering that treats
Related concepts include data-driven development, low-code/no-code, and infrastructure as code, with the shared aim of aligning