Code review comment for lp:~kai-mast/friends/keep-mentions

Revision history for this message
Robert Bruce Park (robru) wrote :

Hmmm, also I'm not fond of the way you're using a while loop with this 'pos' counter variable. I'm pretty sure you can do 'for row in Model' instead, and you might even be able to do 'for row in reversed(Model)' if you want to iterate newest first (I think).

« Back to merge proposal