Why do I need to use a popular framework?

后端 未结 18 2135
无人共我
无人共我 2020-12-01 18:11

I\'ve been a PHP developer for many years now, with many tools under my belt; tools that I\'ve either developed myself, or free-to-use solutions that I have learned to trust

18条回答
  •  执笔经年
    2020-12-01 18:56

    As you probably know: "time is money". So by using a popular framework with a lot of helpers, a lot of code examples on web and a big community you do more in less time.

    Sometimes it if ok to use frameworks because you become more productive, but in some advanced and difficult projects it may happen so that the framework stays in your way and you have to find workarounds.

    I think there is no definitive answer. You should put in balance the pros and cons and take the right decision for your project.

    Usually I adopt popular frameworks very fast but not in critical parts of the projects and in time I extend their usage.

提交回复
热议问题