for i in…
Comment on Memory is overrated
Speculater@lemmy.world 1 year agoJust not too short or you’ll end up renaming a random variable you didn’t mean to… I’ve heard.
hemko@lemmy.dbzer0.com 1 year ago
Comment on Memory is overrated
Speculater@lemmy.world 1 year agoJust not too short or you’ll end up renaming a random variable you didn’t mean to… I’ve heard.
for i in…
krey@sh.itjust.works 1 year ago
Some IDEs (like Netbeans, Intellij, PhpStorm) can rename only in the scope of the selected item. So if you used variable “a” in 2 methods, it would only rename in the selected method and it understands the variable is different from “ab” and won’t replace the “a” part of that.