[SMW-devel] Code structure

2016-08-11 Thread Robert Vogel
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/"

Re: [SMW-devel] Code structure

2016-08-11 Thread James HK
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/"