Code Grooming
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (December 2006) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
The tone or style of this article or section may not be appropriate for Wikipedia. Specific concerns may be found on the talk page. See Wikipedia's guide to writing better articles for suggestions.(December 2007) |
Code Grooming or Grooming Code refers to the process of cleaning up source code in a software application. The term describes editing the code in a way that makes it simpler to read, rather than adjusting the behavior of the application. This may include removal of unused blocks of code, addition of comments to difficult areas of code, or the changing of simple logic to make it more readable.