Changes between Initial Version and Version 1 of Ticket #36335, comment 22
- Timestamp:
- 04/27/2016 08:32:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36335, comment 22
initial v1 17 17 18 18 If the long-term goal is to eventually ship an autoloader that '''works''' like the one of Composer (and maybe at some point in time we actually use Composer in general), we shouldn't allow for registration of custom autoload rules (as we called the classes implementing the individual autoloading logic). Instead, we should only offer a small set of autoloading ''ways'', so each plugin or theme author can choose what works (best) for them. PSR-0, PSR-4, a classmap (because the plugin/theme doesn't follow PSR-whatsoever), ... 19 What we would gain here is the ability to dynamically register with the autoloader —opposed to only have WordPress (partially!) use the autoloader.19 What we would gain here is the ability to dynamically register with the autoloader—opposed to only have WordPress (partially!) use the autoloader. 20 20 21 21 I'm really interested in your opinions here.