... >> Computer Science >> Software Engineering >> Top-down programming
Highest Rated Sign

Nobody has posted a sign yet.
Top-down programming
-
Definition: Top-down programming is the opposite of bottom-up programming. It refers to a style of programming where an application is constructed starting with a high-level description of what it is supposed to do, and breaking the specification down into simpler and simpler pieces, until a level has been reached that corresponds to the primitives of the programming language to be used.
Source: Reges & Stepp
-
Example: Example sentence for context: "Top-down programming complicates testing."
- There are no comments for this topic.