Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 7 months agoUnused variablessh.itjust.worksimagemessage-square52fedilinkarrow-up1898arrow-down119
arrow-up1879arrow-down1imageUnused variablessh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 7 months agomessage-square52fedilink
minus-squareNightAuthor@lemmy.worldlinkfedilinkEnglisharrow-up4·6 months agoFor a second there I thought you might be serious
minus-squareShouldIHaveFun@sh.itjust.workslinkfedilinkarrow-up2·6 months agoI do actually use variables before I declare them most of the time. IDEs make it so easy to then generate the declaration with the correct type.
minus-squareNightAuthor@lemmy.worldlinkfedilinkEnglisharrow-up1·6 months agoThat’s true, in fact I’ve started doing that myself. Same with methods, instead of going and writing the method and then coming back to use it, I’ll write the invocation first.
For a second there I thought you might be serious
I do actually use variables before I declare them most of the time. IDEs make it so easy to then generate the declaration with the correct type.
That’s true, in fact I’ve started doing that myself. Same with methods, instead of going and writing the method and then coming back to use it, I’ll write the invocation first.