Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I am sure he is good at reverse engineering android that has been obscured by proguard
All variables are changed to a1,a2, ..., b1, b2,..... -
Yeah it makes things like:
a * bc % a
So much more readable. (By the way, I don't know if the above formula actually does anything, but if it's anything cool, I'm copyrighting it) -
-
Single letter variables are only acceptable if they represent a standard value throughout the application (m is for mock, i is for iteration) — although even in those cases there might be better choices.
Related Rants
Make variables like "a" "b" "c" so its more easy to use. Smh.
undefined
wk66