|
|
|
|
|
by KillerRAK
4006 days ago
|
|
When it comes to code readability, and ultimate reusability, I believe renaming variables is where most time refactoring is best spent. Not only does it encourage better naming, but if the naming or paradigm model is off, it encourages better design. |
|