What is a framework?
A framework is mainly designed to help developers to build unique websites and web applications. It provides core functionality to almost all web applications such as user session management, template systems and data persistence. By using a proper framework, a developer can able to save a significant amount of time when building a website.
When should a developer use a framework?
The necessity of using a framework can be measured based two categories. 1) The level of customization you need, and 2) The developers whom you employ.
Suppose, in order to drive innovation in your company, you want to improve social interaction among your employees. However, you don’t want to use the public social networking tools like Facebook, Twitter, etc. So, you want to create a custom social network among your employees. Therefore, you will be considered a custom development done for this purpose. As this will be requiring more customization, you will be more likely using a framework.
However, if you are not going to do the website or web application development by yourself, you will be employing a developer to do the work for you. Even thought a huge number of developers use open-source frameworks, some developers prefer to use their own custom-built internal frameworks, and some never uses framework at all.
Like many of the communities that share their opinions, the developer community does so many aspects, such as using the actual language and design pattern, writing the code, and of course, various aspects are also there about using frameworks.
Why using frameworks to build Websites and Web Applications?