Jump to content

Program Design Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Zingarese (talk | contribs) at 17:26, 3 July 2018 (Reverted edits by Angel2014fly1 (talk): editing tests (HG) (3.4.3)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Program Design Language (or PDL, for short) is a method for designing and documenting methods and procedures in software. It is related to pseudocode, but unlike pseudocode, it is written in plain language without any terms that could suggest the use of any programming language or library.

PDL was originally developed by the company Caine, Farber & Gordon and has been modified substantially since they published their initial paper on it in 1975. It has been described in some detail by Steve McConnell in his book Code Complete.

See also