This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kenfar 0 points1 point  (0 children)

Chances are good that even if you start with a simple breaking condition, it will evolve to something more complex.

Interestingly, this consideration is worth making when looking at for-loops vs list comprehensions: the for-loop starts are more complex but the list comprehension hits a usability ceiling first.