scrum.org

Website:https://www.scrum.org/
Upvotes received1
Downvotes received1
Karma:1 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (37)

1

1 Thumbs up   1 Thumbs down

bdd


agile software development practice adding to TDD the description of the desired functional behavior of the new functionality.
Source: scrum.org

2

0 Thumbs up   0 Thumbs down

this glossary represents an overview of terms specific to software development teams using scrum and agile software development techniques. to learn more about the scrum framework


//scrumguides.org" target="_blank">Scrum Guide™
Source: scrum.org

3

0 Thumbs up   0 Thumbs down

alm


 
Source: scrum.org

4

0 Thumbs up   0 Thumbs down

atdd


test-first software development practice in which acceptance criteria for new functionality are created as automated tests. The failing tests are constructed to pass as development proceeds and accept [..]
Source: scrum.org

5

0 Thumbs up   0 Thumbs down

branching


creating a logical or physical copy of code within a version control system so that this copy might be changed in isolation.
Source: scrum.org

6

0 Thumbs up   0 Thumbs down

clean code


software code that is expressed well, formatted correctly, and organized for later coders to understand. Clarity is preferred over cleverness.
Source: scrum.org

7

0 Thumbs up   0 Thumbs down

code coverage


a measurement indicating the amount of product code that is exercised by tests.
Source: scrum.org

8

0 Thumbs up   0 Thumbs down

cohesion and coupling


coupling refers to the interdependencies between modules, while cohesion describes how related the functions within a single module are.
Source: scrum.org

9

0 Thumbs up   0 Thumbs down

collective code ownership


a software development principle popularized by Extreme Programming holding that all contributors to a given codebase are jointly responsible for the code in its entirety.
Source: scrum.org

10

0 Thumbs up   0 Thumbs down

continuous delivery


a software delivery practice similar to Continuous Deployment except a human action is required to promote changes into a subsequent environment along the pipeline.
Source: scrum.org


To view all 37 definitions, please sign in.