mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
15 lines
300 B
Markdown
15 lines
300 B
Markdown
# Software Developement Life Cycle(SDLC).
|
|
----
|
|
The entire process of formal, logical steps taken to develop a software product.
|
|
|
|
### 0.1. Phases of SDLC
|
|
----
|
|
1. [[Problem Defination]]
|
|
2. [[Program Design]]
|
|
3. Coding
|
|
4. Debugging
|
|
5. Testing
|
|
6. Documentation
|
|
7. Maintenance
|
|
8. Extension and Redesign.
|