Hi SMW developers!
I've noticed that you have two parallel structures in your code base. There are
classes in the folder "src/", which follow PSR-4 layout, and in the folder
"includes/", which seem to follow the classic MediaWiki layout. I'm just
curious: Do you plan to migrate from "includes/"
Hi,
> I've noticed that you have two parallel structures in your code base. There
> are classes in the folder "src/", which follow PSR-4 layout, and in the
> folder "includes/", which seem to follow the classic MediaWiki layout. I'm
> just curious: Do you plan to migrate from "includes/" to "src/"