Control structure diagram: Difference between revisions

From HandWiki
(import)
No edit summary
 
Line 1: Line 1:
{{Proposed deletion/dated
  |concern = Fails WP:GNG
  |timestamp = 20250329122737
  |nom = 80.103.136.241
  |help =
}}
{{unref |date=March 2024}}
A '''control structure diagram''' ('''CSD''') automatically documents the [[Control flow|program flow]] within the [[Source code|source code]] and adds indentation with graphical symbols. Thereby the source code becomes visibly structured without sacrificing space.
A '''control structure diagram''' ('''CSD''') automatically documents the [[Control flow|program flow]] within the [[Source code|source code]] and adds indentation with graphical symbols. Thereby the source code becomes visibly structured without sacrificing space.



Latest revision as of 15:25, 30 March 2025

A control structure diagram (CSD) automatically documents the program flow within the source code and adds indentation with graphical symbols. Thereby the source code becomes visibly structured without sacrificing space.

See also

External links