CodyIT to Programmer Humor · 4 months agothe beautiful codeimagemessage-square230linkfedilinkarrow-up12.12Karrow-down111
arrow-up12.11Karrow-down1imagethe beautiful codeCodyIT to Programmer Humor · 4 months agomessage-square230linkfedilink
minus-squareDerpgonlinkfedilinkarrow-up10·4 months agoIntelliJ IDEA, if it knows it is the same variable, it will rename it. Usually works in a non fucked up codebase that uses eval or some obscure constructs like saving a variable name into a variable as a string and dynamically invoking it.
IntelliJ IDEA, if it knows it is the same variable, it will rename it. Usually works in a non fucked up codebase that uses
eval
or some obscure constructs like saving a variable name into a variable as a string and dynamically invoking it.