如果你能够,可以尝试编写几个简单的框架。 大部分框架都是通用的,因此群众可以将其用于满足不同的需要。 学习撰写对你具体需要特别有用的几个框架。 在现实的世界上,需要对你如何做到这一点加以约束。 没有人会给你写信,然后是你们的。 无论在什么时候,这还是在你看来都非常清楚,什么是你的框架,哪一部分是你们的。
For example, if you have a very thin backend layer and your php is used for database retrieval, then write a simple php database framework for your specific needs. Use your framework to enforce structures such that you always retrieve and update in a certain way (in reality, that s one of the benefits of frameworks - you do things in a certain, consistent way so that changing your code is easier; especially after you are away from it for a while).
在你这样做之后,你便能够理解各种框架,并最终知道如何选择你们使用的框架。 顺便说一句,即使你不使用任何正式框架,你也需要提供一些原则和结构,以接近你的方案拟订工作,这实际上是你的框架。