Skip to content
  • Adrien Plazas's avatar
    Declare iterator variables in their for loop · c3135bca
    Adrien Plazas authored
    This helps making the type of iterators clearer, and that the final
    iterated values aren't used later. If an iterator variable is reused but
    not to get the final iterated value, the variable is renamed to avoid
    confusion.
    c3135bca