CodyIT@programming.dev to Programmer Humor@programming.dev · 1 year agothe beautiful codeprogramming.devexternal-linkmessage-square219linkfedilinkarrow-up12.12Karrow-down111
arrow-up12.11Karrow-down1external-linkthe beautiful codeprogramming.devCodyIT@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square219linkfedilink
minus-squareDerpgon@programming.devlinkfedilinkarrow-up10·1 year 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
evalor some obscure constructs like saving a variable name into a variable as a string and dynamically invoking it.