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

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Program Planning and Development[edit | edit source]

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