|
|
|
Posts Tagged development frameworks
What You Need to Know About Web Development Frameworks
In the computer programming industry, a framework is defined as a software library that can be used in place of common code that provides generic functions. In these instances, frameworks are used to provide the user with specific functions. The main purpose of software frameworks is to allow designers and programmers to address software requirements instead of the low-level aspects of working systems. This has the effect of reducing development time of software applications. Programmers that are tasked to develop banking web sites for example can address the issues of account withdrawals instead of the inner workings of request handling and state management.
One of the most common criticisms levied against frameworks is that they tend to make code a lot more complicated than it should be. Furthermore, instead of the reduced development time claimed by its proponents, frameworks actually result in a more time consuming process since users will have to spend more time learning to use them. On the other hand, you only need to learn the framework once, after which any future projects will be a lot easier to accomplish. In most cases, the most effective frameworks are those that are based on common code of the project, as opposed to the generic frameworks developed for general applications.
Tags: application programming interface, applications programmers, development frameworks, open source web, software frameworksRelated posts