Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 10 months ago“It’s not that hard”sh.itjust.worksimagemessage-square210fedilinkarrow-up1965arrow-down158
arrow-up1907arrow-down1image“It’s not that hard”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 10 months agomessage-square210fedilink
minus-squarefloofloof@lemmy.calinkfedilinkEnglisharrow-up3arrow-down1·edit-210 months agoI guess you could make a rule of declaring your variables at the top of their scope, be it a class, a function or a code block. That would give clarity without needlessly expanding any scopes.
I guess you could make a rule of declaring your variables at the top of their scope, be it a class, a function or a code block. That would give clarity without needlessly expanding any scopes.