[progress Communities] [progress Openedge Abl] Forum Post: Re: 11.5.1: Fix Line...

Status
Not open for further replies.
M

Matt Baker

Guest
There's no good way around code that shifts between lines; even if that code is syntactically identical. Some code comparison tools can ignore whitespace; the ones I know about only deal with differences in whitespace on single lines, not across lines. Suggestion: For changes like this do a one time pass through the code that ONLY affects reformatting and nothing else. Perform a checkin that clearly marks that it is a formatting change only in the comments. So developers can ignore it. From that point on, make other improvements to the code and ensure they are formatted to your current standard.

Continue reading...
 
Status
Not open for further replies.
Top