Please don't shadow class variable names, or when you need to do so please at least add ignore warning comment thing.
I ask cause if I add multiple interactions I sometimes get like 20-40+ warnings in console about variable shadowing which is annoying and not helpfull...
It's not our intent to shadow class variables. What are you using to find them? I'm not seeing any warnings - and we added gdlint to try and put extra protections around such bad practices.
Please don't shadow class variable names, or when you need to do so please at least add ignore warning comment thing. I ask cause if I add multiple interactions I sometimes get like 20-40+ warnings in console about variable shadowing which is annoying and not helpfull...