Content deleted Content added
HTML5, CSS3! (talk | contribs) →Wow, where's JS?: new section |
MalnadachBot (talk | contribs) m Fixed Lint errors. (Task 12) |
||
Line 113:
</syntaxhighlight>
However, I'm sure we have all run into situations in which it was tempting to use a while ( true ), but is it bad form? <B>[[User:Tisane|<
:the rule is that every loop terminates, and when you pretend it doesn't like that, it makes the code harder to read. The example you gave is trivial, and all programming readability conventions can be ignored for trivial cases.
|