Code Refactoring Really Does Matter
Okay Okay! I get it now! Code Refactoring is a plus, I’ve recently taken a nice gander in doing so. I find that taking that extra bit of time to go back and refactor code even to the slightest bit helps in many ways. Ex: Speed Optimization, Load Optimization, Readability, and Reducing overly-complex code.
Give it some thought next time you write code, shoot this could with a different context even go for writing as well. Unless your a 100% free writer, then even you could refactor or condense a writing to make it less-obtrusive to the reader at hand.
So what is ‘Code Refactoring’ by definition?
“Code refactoring is the process of changing a computer program’s source code without modifying its external functional behavior in order to improve some of the nonfunctional attributes of the software. Advantages include improved code readability and reduced complexity to improve the maintainability of the source code, as well as a more expressive internal architecture or object model to improve extensibility.”
Here is a great post by my friend Greg on ‘Bad Code Is Killing Me!’.
Example! DO NOT DO THIS!!!
