Programming Phases
Define a task/problem (Specification)
Plan your solution (Design)
- Find suitable algorithm to solve it
- Find suitable data structures to use
Write code (Implementation)
Fix program error (bugs) (Testing and debugging)
Make your customer happy (Deployment)
No comments:
Post a Comment