LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Linux: Moving and Changing Code (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-linux-moving-and-changing-code-569983/)

LXer 07-17-2007 12:31 AM

LXer: Linux: Moving and Changing Code
 
Published at LXer:

In response to a recent merge request, Linus Torvalds explained a best practice when moving and changing code,"when doing renames it is generally *much* nicer to do a 100% rename (perhaps with just _trivial_ changes to make it compile - the include statements etc change, and maybe you want to change the name in the comment header too)." He went on to explain,"doing 'move the code and change it at the same time' is considered bad form. Movement diffs are much harder to read anyway, so the general rule is: move code around _without_ modifying it, so that code movement doesn't really introduce any real changes, and is easier to look through the changes; do the actual changes to the code as a separate thing."

Read More...


All times are GMT -5. The time now is 11:39 PM.