Version Control
Quick Definition
Systems tracking code changes for collaboration
Full Definition
Systems tracking changes to code over time for collaboration and rollback.
Examples
Git, SVN, Mercurial, GitHub, GitLab, Bitbucket
Related Terms
git
branching
collaboration
More General Terms
12-Factor App
Methodology for building scalable maintainable SaaS apps
Scrum
Agile framework using fixed-length sprints
API Documentation
Documentation describing API usage and integration
SOLID
Five design principles for maintainable OOP software
Trunk Based Development
Branching model integrating code to main branch frequently
Container
Lightweight package with everything to run software