Changes between Version 1 and Version 2 of Ticket #58069, comment 10
- Timestamp:
- 04/19/2023 11:25:50 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58069, comment 10
v1 v2 1 1 Sorry, a nitpick :) 2 2 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.3 The commit message says "Improve code style and readability" but I tend to disagree. Both style and readability seem worse after the commit. 4 4 5 5 Negating 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):