• fidodo@lemm.ee
    cake
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    10 months ago

    Even for indexes I do index or something more specific for what it’s indexing. Any simple iteration I just do map or each so the only time I ever need to actually index things is for more complex scenarios in which case it’s worth it to have better names. Also with modem IDEs, auto complete is really good so you don’t need to write a full variable name more than once.