JargonFile/original/html/A/Alderson-loop.html
2014-03-27 18:54:56 +00:00

12 lines
2.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Alderson loop</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../A.html" title="A"/><link rel="previous" href="airplane-rule.html" title="airplane rule"/><link rel="next" href="aliasing-bug.html" title="aliasing bug"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Alderson loop</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="airplane-rule.html">Prev</a> </td><th width="60%" align="center">A</th><td width="20%" align="right"> <a accesskey="n" href="aliasing-bug.html">Next</a></td></tr></table><hr/></div><dt><a id="Alderson-loop"/><dt xmlns="" id="Alderson-loop"><b>Alderson loop</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [Intel] A special version of an <a href="../I/infinite-loop.html"><i class="glossterm">infinite loop</i></a>
where there is an exit condition available, but inaccessible in the current
implementation of the code. Typically this is created while debugging user
interface code. An example would be when there is a menu stating,
&#8220;<span class="quote">Select 1-3 or 9 to quit</span>&#8221; and 9 is not allowed by the function
that takes the selection from the user.</p></dd><dd><p>This term received its name from a programmer who had coded a modal
message box in MSAccess with no Ok or Cancel buttons, thereby disabling the
entire program whenever the box came up. The message box had the proper
code for dismissal and even was set up so that when the non-existent Ok
button was pressed the proper code would be called.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="airplane-rule.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../A.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="aliasing-bug.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">airplane rule </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> aliasing bug</td></tr></table></div></body></html>