When using an extension operation name, the name could not match the method naming convention, when it should.
I had to alias methodName as genUtilsMethodName, to not shadow this.methodName property. I am not a fan of this solution, tell me if you prefer another one.
When using an extension operation name, the name could not match the method naming convention, when it should.
I had to alias
methodName
asgenUtilsMethodName
, to not shadowthis.methodName
property. I am not a fan of this solution, tell me if you prefer another one.