[IDE tool] Variable renaming
Posted: Wed Apr 19, 2023 10:25 am
Variable renaming
Download yandex

Sometimes variables are created on the fly without much thought. As development progresses, some variables have ambiguous names. For example it would be desirable to make a prefix global variables. For example, the "i" and "j" counters should be changed to "x" and "y", since this is related to the coordinates.
Download yandex

Sometimes variables are created on the fly without much thought. As development progresses, some variables have ambiguous names. For example it would be desirable to make a prefix global variables. For example, the "i" and "j" counters should be changed to "x" and "y", since this is related to the coordinates.