On Mon, Nov 7, 2016 at 10:40 AM, Dave Crozier DaveC@flexipol.co.uk wrote:
Frameworks are ok but only when you want to do the things that the framework allows.
What was it you wanted to do that the framework wouldn't?
I also find that a set of classes, well written and tested are the best way to generate an application and they are easily updateable/modified using either a bae class update or using subclassing.
Pretty much my definition of a framework.