Main
Main copied to clipboard
Anonymize more than one parameter
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:
Think of all scenarios: any input can be there.