Time to Re-think My CMS
So I’ve been working on my own CMS (The Bridge CMS) for about 8 years now and I have been very happy with it. The problem however lies in the fact that so much code is reused so many times that it makes it very difficult to update or change a whole lot. With the new semester starting tomorrow it is time to start rewriting Bridge to achieve a few goals:
1.) I want to make Bridge easier for users to get in, change what they need, and get out with the minimum amount of effort. Although the last version of the software made great strides towards this goal, there is still, as always, room for improvement.
2.) I want to streamline the code base to help reduce bugs and to make future updates easier. Right now simple changes simply take too long and leave to much open for error. The next generation of the Bridge software will work do reduce this with a more powerful internal code library and other streamlining features.

Comments are closed.