Overview
A version control strategy where multiple projects or packages are stored in a single repository.
Cross-References(2)
More in Software Engineering
Idempotency
ArchitectureThe property where an operation produces the same result regardless of how many times it is executed.
SOLID Principles
Paradigms & PatternsFive principles of object-oriented design promoting maintainable, flexible, and understandable code.
Integration Testing
Quality & TestingTesting the interaction between different software modules or components to verify they work together correctly.
Agile Methodology
Paradigms & PatternsAn iterative approach to software development emphasising flexibility, collaboration, and rapid delivery of working software.
Software Engineering
Paradigms & PatternsThe systematic application of engineering principles to the design, development, testing, and maintenance of software.
Package Manager
Paradigms & PatternsA tool that automates the process of installing, upgrading, configuring, and removing software packages.
Concurrency
ArchitectureThe ability of a system to handle multiple tasks simultaneously by interleaving their execution.
Canary Deployment
Paradigms & PatternsA deployment strategy where changes are gradually rolled out to a small subset of users before full deployment.