in reply to Unlimited chaining (is there a way to detect this?)
Second, what do you mean 'detect it'? To me, your question reads like: "Oh, when I loop like this, it loops forever! How do I stop it:"
The way to stop it is to stop doing it. You're the programmer. You're in charge. Don't do stupid things.while (1) { ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Unlimited chaining (is there a way to detect this?)
by KurtSchwind (Chaplain) on Jan 06, 2008 at 02:39 UTC | |
by chromatic (Archbishop) on Jan 06, 2008 at 06:13 UTC | |
by KurtSchwind (Chaplain) on Jan 06, 2008 at 14:03 UTC | |
by shmem (Chancellor) on Jan 06, 2008 at 17:38 UTC | |
by BrowserUk (Patriarch) on Jan 06, 2008 at 18:16 UTC | |
by grinder (Bishop) on Jan 06, 2008 at 18:00 UTC | |
Re^2: Unlimited chaining (is there a way to detect this?)
by Burak (Chaplain) on Jan 06, 2008 at 20:33 UTC |