CodyIT@programming.dev to Programmer Humor@programming.dev · 1 month agothe beautiful codeprogramming.devimagemessage-square230fedilinkarrow-up12.09Karrow-down111
arrow-up12.08Karrow-down1imagethe beautiful codeprogramming.devCodyIT@programming.dev to Programmer Humor@programming.dev · 1 month agomessage-square230fedilink
minus-squarederpgon@programming.devlinkfedilinkarrow-up10·1 month 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.