Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming
Methodologies - Coggle Diagram
Programming
Methodologies
1. Agile Software
Development: The Agile Manifesto is a document that outline ideals and practices of the Agile methodology, with the goal of assisting development teams in working more efficiently and sustainably.
-
-
-
-
-
2. Scrum Software Development
Methodology:Agile software development comes in many flavors, and Scrum It is a framework for collaboration that was first invented by Jeff Sutherland in 1993. It divides complex projects into short two-to-four-week.
-
-
-
-
-
-
4. Kanban:Kanban, un desarrollo inspirado en Toyota, ofrece a los desarrolladores una forma visual de ver qué se necesita en el trabajo. Se basa en tres principios básicos: visualizar lo que hace hoy, limitar la cantidad de trabajo en progreso y mejorar el flujo.
5. Rapid Application Development (RAD):Over the years, several different approaches to
Software development has used the name RAD. The best known is probably James. Martin's methodology, which was created at IBM in the 1980s.
6. Test-Driven Development (TDD):Developed by Kent Beck and others, this process requires developers to write a test for any new feature before starting the coding process.
7. Extreme Programming:This form of agile software development –known as Extreme Programming or XP –relies heavily on pair programming.
8. Rational Unified Process:
Process aims to be easily tailored to unique situations. It’s an iterative framework that relies heavily on visual models.
9. Spiral Model:First described in the mid-1980s by Barry Boehm, the spiral model is a risk-driven model that incorporates elements of waterfall, incremental, prototyping and other software development approaches.
-
-