Deutsch limit

From Wikipedia, the free encyclopedia

The Deutsch limit is an adage about the information density of visual programming languages originated by L Peter Deutsch that states:

The problem with visual programming is that you can’t have more than 50 visual primitives on the screen at the same time.

The term was made up by Fred Lakin, after Deutsch made the following comment at a talk on visual programming by Scott Kim and Warren Robinett: "Well, this is all fine and well, but the problem with visual programming languages is that you can’t have more than 50 visual primitives on the screen at the same time. How are you going to write an operating system?"

The primitives in a visual language are the separate graphical elements used to build a program, and having more of them available at the same time allows the programmer to read more information. This limit is sometimes cited as an example of the advantage of textual over visual languages, pointing out the greater information density of text.

However, criticisms of the limit include that it is not clear whether a similar limit also exists in textual programming languages;[1] and that the limit could be overcome by applying modularity to visual programming as is commonly done in textual programming.

See also

  • Cognitive dimensions

References

  1. David McIntyre. "The comp.lang.visual FAQ". 

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.