Lectern

Search

Search IconIcon to open search

Agile methdology

Last updated Apr 24, 2023

An iterative methodology which condenses the system development life cycle. Typically executes the SDLC in sprints lasting one to three or four weeks long. At every sprint, coding, testing, and quality verification is done. Refers to the Agile Manifesto to establish principles to guide a better approach to software development.

# Process

# Stand-up meetings

Frequent meetings used by development teams to:

# User stories

A short description of a function that the end-user wants told from their perspective. Agile generally involves the creation of user stories and discussion of them among the team.

For a good user story, consider using the mnemonic INVEST:

# Evaluation

# Benefits

# Detriements