RainbowC0 / TermuC

A simple C/C++ IDE for Android, backed on powerfull Termux
GNU General Public License v3.0
10 stars 0 forks source link

Please improve code readability #1

Open kaicsalomao opened 3 months ago

kaicsalomao commented 3 months ago

I'm having a lot of difficulty reading the source code, mainly because the variable names don't make any sense. I hope you add some commits with improvements.

RainbowC0 commented 2 months ago

If you are referring to the onChanged method in EditFramgment.java, I have made some improvements. While the editor is based on the open source TextWarrior, whose own code is somewhat difficult to understand.