Changes between Initial Version and Version 1 of Ticket #49059, comment 11
- Timestamp:
- 12/21/2019 07:15:56 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49059, comment 11
initial v1 14 14 > Case in point are the number of times tickets like this get opened through the years. There is clearly an audience of contributors that does not find the current approach to be “better” nor even correct. 15 15 16 I've looked at quite a few of these tickets and pretty much all I've seen seem sto miss the PHP side of things. They usually only talk about "prettifying" HTML output but don't consider source code readability.16 I've looked at quite a few of these tickets and pretty much all I've seen seem to miss the PHP side of things. They usually only talk about "prettifying" HTML output but don't consider source code readability. 17 17 18 18 OK, which approach is better? Changing this will add more inconsistently formatted/concatenated code. Should changes be made to try to make the outputted HTML as readable as possible and ignore/diminish readability in PHP? I see at least few hundred places that need such changes.