top | item 46386558

(no title)

dminor | 2 months ago

A lot of backwards looping is a remnant of efficient loops in programming days of yore - you compare your iterator to 0 each time, which is slightly more efficient than comparing to another variable.

discuss

order

No comments yet.