Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Request: Refactor "while" loops to "for" loops #264

Closed
rufreakde opened this issue Sep 4, 2017 · 1 comment
Closed

Request: Refactor "while" loops to "for" loops #264

rufreakde opened this issue Sep 4, 2017 · 1 comment

Comments

@rufreakde
Copy link

There are some problems with infinite loops in the code and most of the while loops can be changed to for loops.

I find while loops to be more affected by bugs than for loops. Maybe you can consider to change them to for loops?

Greetings,
rufrekade

@rufreakde rufreakde changed the title Request: Refactor "while" loops to "for loops" Request: Refactor "while" loops to "for" loops Sep 4, 2017
@BTMorton
Copy link
Owner

This should be done as of v2.2.0 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants