Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32845, comment 23


Ignore:
Timestamp:
07/02/2015 07:23:40 PM (11 years ago)
Author:
dougal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32845, comment 23

    initial v1  
    88
    99A better path forward would probably be to continue to create new filter hooks, and where possible, design new/refactored functionality with an eye towards interfaces that allow Dependency Injection.
     10
     11''EDIT: For the record, at first, I was on-board with the basic idea. But I got caught up in the question about performance. I was going to suggest a different approach -- creating a dictionary of include files, filtering that, then doing something like `require($_WPFILEDICT['formatting'])`. Then I realized the precedence problems I mentioned. Then I saw @nacin cast a wider net and point out the larger problem.''
     12