CodyIT@programming.dev to Programmer Humor@programming.dev · 2 months agothe beautiful codeprogramming.devimagemessage-square229fedilinkarrow-up12.09K
arrow-up12.09Kimagethe beautiful codeprogramming.devCodyIT@programming.dev to Programmer Humor@programming.dev · 2 months agomessage-square229fedilink
minus-squareDerpgon@programming.devlinkfedilinkarrow-up10·2 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.