Make WordPress Core

Changes between Version 6 and Version 7 of Ticket #36335, comment 25


Ignore:
Timestamp:
04/28/2016 12:43:08 AM (9 years ago)
Author:
F J Kaiser
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36335, comment 25

    v6 v7  
    99> I think a staged approach to this is the best way. Firstly, let's make every class that's not always loaded (wp-admin, etc) loadable via autoloading. This is probably a large task in itself, as we need to switch to one-class-per-file with predictable file naming.
    1010
    11 I strongly agree with that. Whatever solution there could be, the list of class and file names imo is priority 1. From there, further steps can be taken – to make the ''one class per file'' rule stick. I suggest strongly to break this task in multiple tickets and proceed from there on:
     11I strongly agree with that. Whatever solution there could be, the list of class and file names imo is priority 1. From there, further steps can be taken – to make the ''one class per file'' rule stick. I want to suggest to break this task in multiple tickets and proceed from there on:
    1212
    13131. Build a list of classes