Program comprehension


title: "Program comprehension" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["computer-programming"] topic_path: "general/computer-programming" source: "https://en.wikipedia.org/wiki/Program_comprehension" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

Program comprehension (also program understanding or [source] code comprehension) is a domain of computer science concerned with the ways software engineers maintain existing source code. The cognitive and other processes involved are identified and studied. The results are used to develop tools and training.

Software maintenance tasks have five categories: adaptive maintenance, corrective maintenance, perfective maintenance, code reuse, and code leverage.

Theories of program comprehension

Titles of works on program comprehension include

  • Using a behavioral theory of program comprehension in software engineering
  • The concept assignment problem in program understanding, and
  • Program Comprehension During Software Maintenance and Evolution.

Computer scientists pioneering program comprehension include Ruven Brooks, Ted J. Biggerstaff, and Anneliese von Mayrhauser.

References

References

  1. Letovsky, Stanley. (1987-12-01). "Cognitive processes in program comprehension". Journal of Systems and Software.
  2. Storey, Margaret-Anne. (2005-05-15). "13th International Workshop on Program Comprehension (IWPC'05)". IEEE Computer Society.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

computer-programming