Pull Request
A pull request (PR) is a formal request to merge a set of code changes from one branch into another, typically accompanied by a diff, description, and a review and discussion process before the merge happens.
7 resources across 2 libraries
Glossary Terms(6)
Semantic Versioning
Semantic versioning (SemVer) is a versioning convention that uses a three-part number, MAJOR.MINOR.PATCH, to communicate what kind of changes a new software re…
Monorepo
A monorepo is a source-control strategy in which multiple distinct projects, services, or packages are stored together in a single repository rather than split…
Code Formatter
A code formatter is a tool that automatically rewrites source code to conform to a consistent style, standardizing details such as indentation, line breaks, sp…
Pair Programming
Pair programming is a collaborative software development technique in which two developers work together at one workstation, with one actively writing code (th…
Code Review
Code review is the practice of having one or more developers examine a proposed change to a codebase before it is merged, checking for correctness, design qual…
Pull Request
A pull request (PR) is a formal request to merge a set of code changes from one branch into another, typically accompanied by a diff, description, and a review…