What is a common reason for applying the "Rename Variable" refactoring technique?
To change the data type of a variable
To improve the performance of the code
To make the code more self-explanatory and maintainable
To add comments to the code