FrameworkBuilding from Martin Fowler's site.How can i do that?
How to design a Framework ?
Moderator: General Moderators
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
I agree with that Fowler article. One things about frameworks that make them so hard to build is that you can't get started until you have all the pieces -- which is a contradiction. The only way you can have all the pieces is to refactor from code from real use cases. I have found that building a PHP framework is more of a shell game of moving the different pieces of functinality around until the system is tuned and balanced.
(#10850)