Reputation: 12078
Frameworks come and go with all languages and as a developer I am having quite a time trying to:
Anyone have advice on how to manage the many frameworks for any given language from a developer point of view?
Upvotes: 3
Views: 109
Reputation: 10860
Actually, the two key criteria would be:
a) how good is the documentation? Are there many howto guides and worked examples? Any published books on the framework in question?
b) I would look at the community: join the official mailing lists if there are any; register on forums if there are any. A healthy framework will have plenty of activity in these community resources.
I have worked with several frameworks for web development and now do mobile development. Im curious as to what languages you're looking at?
Upvotes: 0
Reputation: 44642
Pick one that's good, has solid backing (either open-source or monetarily), and learn it well. If it does the job you need it to do, then it doesn't matter if it "dies", it'll still be doing the job for you.
Upvotes: 2