We have started de development of an n-tier project in VB6, but we are all experienced VFP-programmers.
We already solved a lot of questions, but some remain.
My question is about projects and project groups.
How would you set up the application, knowing we are about 12 developers, and we decided that some of us are responsible for the DataServices/DataAccess, and other are for the Business Logic.
My concern is that if everybody has access to all the layers, the layer-borders(?) will not be maintained the way they should be.
I was thinking about making different projects, and giving the BLdevelopers the .dll with an interface description.
We have 5 layers DS/DA/BL/Facade and GUI(Xml/Html).
We think we know what we're doing, but we are not used to the VB6 IDE.
Ropje
If all you have is a hammer, everything looks like a nail.
We already solved a lot of questions, but some remain.
My question is about projects and project groups.
How would you set up the application, knowing we are about 12 developers, and we decided that some of us are responsible for the DataServices/DataAccess, and other are for the Business Logic.
My concern is that if everybody has access to all the layers, the layer-borders(?) will not be maintained the way they should be.
I was thinking about making different projects, and giving the BLdevelopers the .dll with an interface description.
We have 5 layers DS/DA/BL/Facade and GUI(Xml/Html).
We think we know what we're doing, but we are not used to the VB6 IDE.
Ropje
If all you have is a hammer, everything looks like a nail.