Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #58069, comment 10


Ignore:
Timestamp:
04/19/2023 11:25:50 PM (7 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58069, comment 10

    v1 v2  
    11Sorry, a nitpick :)
    22
    3 The commit message says it "Improve code style and readability" but I tend to disagree. Both style and readability seem worse after the commit.
     3The commit message says "Improve code style and readability" but I tend to disagree. Both style and readability seem worse after the commit.
    44
    55Negating a long multi-line list of function calls wrapped in braces doesn't help readability. Better readability can be achieved by a short-circuit imho. I.e. something like (untested):