Mercurial > hg > ugly-duckling
log
age | author | description |
---|---|---|
Thu, 08 Dec 2016 23:28:54 +0000 | Lucas Thompson | Store the original array length before iterating, as popping off the array is causing the length to change dynamically on each iteration. Rookie mistake. |