What are the general disadvantages to most frameworks?
- by JamieC
I'm trying to come up with a list of negative reasons for the use of frameworks. I know there are many advantages, such as partially complete solutions (Collections, Exception handling, etc).
What disadvantages are there apart from the inverse of the above (ie: 'you will have to create your own collections/ own exception handling').
Thanks