Continue Considered Harmful?

Posted by brian on Stack Overflow See other posts from Stack Overflow or by brian
Published on 2008-09-11T20:50:57Z Indexed on 2010/03/31 12:43 UTC
Read the original article Hit count: 362

Should developers avoid using continue in C# or its equivalent in other languages to force the next iteration of a loop? Would arguments for or against overlap with arguments about Goto?

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about subjective