Main icon indicating copy to clipboard operation
Main copied to clipboard

Anonymize more than one parameter

Open yossigil opened this issue 8 years ago • 2 comments

yossigil avatar Apr 22 '17 11:04 yossigil

Method

void f(int a,int b, int c) {}

now the canonical name is

void f(int _1, int _2, int _3) {}

provide small steps alogrithm that converges on this form

Convergence rules, for any set of combinations of names, you converge on the correct names:

yossigil avatar Apr 26 '17 05:04 yossigil

Think of all scenarios: any input can be there.

yossigil avatar May 24 '17 11:05 yossigil