Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6680217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:26:56+00:00 2026-05-26T04:26:56+00:00

EDIT : I know how to use for loops / what I can use

  • 0

EDIT : I know how to use for loops / what I can use them for. I’m asking the community your opinions on when certain usages of for loops are good / bad.

Just a general programming question:

Should for loops only be used for iteration?

Note that iteration here is a very vaugly defined term- basically what I mean by it is the traditional for (int i = 0; i < limit; i++) and variants on this.

Ex.:

You should / shouldn’t use for loops for a counter:

for (; keepGoing(); count++) vs while (keepGoing) { count++ }

Some languages may also have certain caveats or different usage patterns too. Without getting too particular, I’m looking at the question from a C++ / C# / Java usage pattern.

Things to consider:

  • Ease of coding.
  • Readability of code.
  • Likelyhood of causing a bug (i.e. are off-by-one errors more common with certain for-loop usage or while loop usage).
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:26:57+00:00Added an answer on May 26, 2026 at 4:26 am

    You can use a loop also for counters, they are also some kind of iteration.

    You should however avoid loops like this:

    for(;;){
    }
    

    or

    while(true){
    }
    

    Also try to avoid continue and break statments in the loop, as they make the code hard to read and to debug.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how can I edit a subitem on a listView? I've tried
Does anybody know a good Emacs mode to edit JSON? An app I am
EDIT: I know it is a little strange design, and so it is difficult
Does anybody know how to edit a syntax file for VIM so that keywords
does anyone know how you edit/maintain regions in magento - specifically adding ones for
Feel free to edit the title if you know how to formulate the question
i want to know how to edit a single row (which i select) from
Does anyone know why there is no respond_to block for generated edit actions? Every
EDIT: Oops - as rightly pointed out, there'd be no way to know whether
Most of you probably know the following problem: You edit an HTML, view the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.