Skip to main content

3 docs tagged with "SDLC"

View All Tags

Code Review (CR)

A process of reviewing Pull Requests to enable collaboration between team members, improves code quality/stability through creation of alternative solutions to problems, increase transparency through proof of work, increases team awareness by involvement, and improves business continuity through knowledge transfer.

Git Workflow

A form of Change Control that uses Git as the system of record.

Stage

One of the phases in the SDLC whereby software is deployed to an environment. Common stages are “Production”, “Staging”, “QA” or “Development”