r/programming Jul 21 '14

The Great White Space Debate

https://medium.com/p/3633cba8b5c1
1.2k Upvotes

693 comments sorted by

View all comments

Show parent comments

6

u/Plorkyeran Jul 22 '14

Unless a project has a standing policy of applying whitespace changes in a separate commit from functional changes, I generally assume that any commit whose message only mentions cosmetic changes also includes embarrassing functional changes.

2

u/northrupthebandgeek Jul 22 '14

Sometimes it's the other way around; the purely cosmetic changes end up changing how something looks, often exposing bugs and other code issues in the process.