We are developing a web application and the framework under it. I would like to be able to use the framework for other projects and I am even considering making the framework open source.
Right now each developer has 2 separate folders, one for each. I then have a 3rd folder with symlinks to the files in the to git project folders. This works but we have pull both the framework and the app and if they get out of sync nothing works.
We are going to be starting the second app using the framework soon.
Is there a better way to do this?