Skip to content
  • Ernestas Kulik's avatar
    general: don’t shadow variables · 6286e0a0
    Ernestas Kulik authored
    Shadowing variables is error-prone, since one might mean to refer to a
    variable that was declared earlier, but has the same name. Additionally,
    being more strict about variable scoping can help make the code more
    readable.
    6286e0a0