Changes between Version 1 and Version 2 of Ticket #35899, comment 2
- Timestamp:
- 02/22/2016 09:02:16 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35899, comment 2
v1 v2 1 1 Hi @chris_dev welcome to Trac 2 2 3 Thanks for the ticket and the patch though whitespace changes are typically not accepted, when working on the code that surrounds these types of changes would then be updated/fixed. T reason being that when using SVN/Git blame we'd rather see the code change history than whitespace changes which makes debugging much easier.3 Thanks for the ticket and the patch though whitespace changes are typically not accepted, when working on the code that surrounds these types of changes would then be updated/fixed. The reason being that when using SVN/Git blame we'd rather see the code change history than whitespace changes which makes debugging much easier. 4 4 5 5 > "Code refactoring should not be done just because we can." [https://make.wordpress.org/core/handbook/contribute/code-refactoring/ /handbook/contribute/code-refactoring/]