Yoast / api-libs

4 stars 5 forks source link

Refactor class load #23

Closed Rarst closed 7 years ago

Rarst commented 9 years ago

At the moment only entry point class is handled via Composer. Rest of classes are loaded explicitly and this have caused issues with doubled register calls and redeclarations.

Long term it would make sense to reduce custom loading logic to as little as possible (ideally none) in favor of autoload.

Rarst commented 7 years ago

Seems to have settled without causing any more issues, so low priority.