Fundamentals of C Programming/Lessons/Steps in Program Planning and Development

Program Planning and Development edit

Programming 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:

  1. Problem Analysis
  2. Setting up an algorithm
  3. Coding
  4. Encoding
  5. Running, testing and debugging
  6. Documentation