Fundamentals of C Programming/Lessons/Steps in Program Planning and Development
Program Planning and Development
editProgramming is a problem-solving activity. A person with good problem solving skills will tend to be a good programmer. To develop this skill, a programmer must practice the following steps:
- Problem Analysis
- Setting up an algorithm
- Coding
- Encoding
- Running, testing and debugging
- Documentation