Skip to main content

Posts

Showing posts from 2021

Need of frameworks in Programming.

When working on building new applications, sometimes, work gets complex. Eventually, it gets to the point where just having libraries are not enough. What is needed is structure, and order in the chaos of code. That is where Frameworks come into play. Today I will be covering what a framework is, how they work, and why they are important for you to use for developing applications and programs. What is a Framework? A Framework is a platform used a s  a foundation for developing applications. It provides a structure in which software developers can build programs for a specific platform. For example, a framework may include predefined classes and functions that can be used to process input, manage hardware devices, and interact with system software. This streamlines the development process since programmers don’t need to reinvent the wheel each time they develop a new application. How does a framework… work? Frameworks can act in two different ways: opinionated, and unopinionated. Opinio