Why do I need to use a popular framework?

后端 未结 18 2153
无人共我
无人共我 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:45

    What you essentially have is your own framework. So, it isn't a time-saver FOR YOU, because you have already spent the time to develop the framework. If you didn't have that to build from, it would certainly be easier and faster to use an existing framework than to roll your own.

    What you need to look at is whether or not your framework is better than other options out there, and whether your familiarity with your own code outweighs having other eyes looking at it, and other people using it in enough different ways that the likelihood of any problems being found and corrected is much higher.

    Also, if your framework is so much better than everyone elses', you might consider opening yours up to the community ;)

提交回复
热议问题