I prefer to easily spot an endless loop by not having external variables attached to the loop condition. Since we never updated `exists` it's a dummy variable that I expect to be updated some where in order to break it. When that's not the case, it's more clear that it's an endless loop if there's no conditions attached to the loop definition. |
||
|---|---|---|
| .. | ||
| lib | ||
| __init__.py | ||
| __main__.py | ||
| examples | ||
| profiles | ||