1 pages tagged with "refactoring"
The art of refactoring
June 28, 2020If you see something, in the scope of your current task, that can be easily improved, improve it. And if you have any questions about it, ask.
If you see something, in the scope of your current task, that can be easily improved, improve it. And if you have any questions about it, ask. What is refactoring? Refactoring means improving your code. It can go from making a variable name more readable, extract some lines of code into a private m…