kotlin-python icon indicating copy to clipboard operation
kotlin-python copied to clipboard

Minify names

Open SerVB opened this issue 2 years ago • 0 comments

For now, in case of names collisions, we have some ineffective logic. At least for classes, if there are classes named as A in different packages, they become A_0 and A_1.

We can minify those, for example, make them at least A and A_0 or even A and A0.

SerVB avatar Apr 08 '22 13:04 SerVB