Bibliografía

Buscador: Google
Tema: Desventajas de la utilización de Frameworks en la programación

Texto1:
“Cons
You learn the framework, not the language
I believe this to be the significant issue. If you’re making use of a framework and you know very little about the language behind it, you will certainly find out the framework and not the language itself. The method you code jQuery is different from the way you code javascript. Simple put, if you know jQuery, it doesn’t imply you understand javascript.
Restriction
The framework’s core behaviour cannot be modified, indicating that when you utilize a framework, you are required to respect its limitations and work the way it is required. Ensure you choose a framework that fits your needs.” (vizteams, 2014)

Datos de la cita:
Título: ADVANTAGES AND DISADVANTAGES OF FRAMEWORKS
Autor: vizteams
Editorial: vizteams
Año de Publicación: 2014


Texto2:
“Disadvantages:

·         Unfortunately, with one framework, it is impossible to achieve everything. There are some restrictions applied to every framework that you can find. You can check how other developers are using it by chatting with them on forums and in communities.
·         Performance issues are relevant today, when it comes to frameworks. The performance slows down when the framework is using JavaScript. It might not be so visible on the computer, but it will be very noticeable for mobile users.
·         A lot of framework’s features that are supposed to be reducing your time on building website were custom built. That means that if you want to use your knowledge of a certain language when learning how to use a framework, you might notice the differences between how the framework is written and the language itself.
·         CMS require less experience and expertise than most of the frameworks, which means if you are hiring someone to do the job for you, the developer specializing in frameworks will be more difficult to find and more costly to hire.” (OPENCOLA, 2016)

Datos de la cita:
Título: ADVANTAGES AND DISADVANTAGES OF USING FRAMEWORKS
Autor: OPENCOLA
Editorial: OPENCOLA
Año de Publicación: 2016





Texto3:
“In computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by additional user-written code, thus providing application-specific software. A software framework provides a standard way to build and deploy applications. A software framework is a universal, reusable software environment that provides particular functionality as part of a larger software platform to facilitate development of software applications, products and solutions. Software frameworks may include support programs, compilers, code libraries, tool sets, and application programming interfaces (APIs) that bring together all the different components to enable development of a project or system.” (Wikipedia, s.f.)

Datos de la cita:
Título: Software framework
Autor: Wikipedia
Editorial: Wikipedia
Año de Publicación: S.F.





Texto4:
“You learn the framework, not the language
I believe this to be the major problem. If you’re using a framework and you know very little about the language behind it, you will learn the framework and not the language itself. The way you code jQuery is different from the way you code javascript. Simple put, if you know jQuery, it doesn’t mean you know javascript.
Limitation
The framework’s core behaviour can’t be modified, meaning that when you use a framework, you are forced to respect its limits and work the way it is required. Make sure you choose a framework that suits your needs.
Code is public
Since the framework is available to everyone, it is also available to people with bad intentions. It can be studied in order to know how things work and to find flaws that can be used against you.” (Editorial Team, 2015)
Título: Web Frameworks: Pros And Cons Of Using Frameworks
Autor: 1stwebdesigner
Editorial: 1stwebdesigner
Año de Publicación: 2015






Texto5:
“Disadvantages:
·         Lost Understanding - by relying on the features of a framework a developer is in danger of loosing understanding on how things work (underneath the hood).
·         The configuration cliff - once you go further than the configuration of your framework your productivity drops right off, it can be difficult to implement features outside of a frameworks configuration.
·         Developer tramlines - you (the developer) has to do things the way that the developer want you to do things.” (gnat, s.f.)

Título: The advantages & disadvantages to be had from using a Web Framework
Autor: gnat
Editorial: stackexchange
Año de Publicación: S.F.



Bibliografía

Editorial Team. (2015, Junio 28). Web Frameworks: Pros And Cons Of Using Frameworks. Retrieved Agosto 09, 2017, from 1stwebdesigner: https://1stwebdesigner.com/web-frameworks/
gnat. (31 de Diciembre de s.f.). The advantages & disadvantages to be had from using a Web Framework. Recuperado el 09 de Agosto de 2017, de stackexchange: https://softwareengineering.stackexchange.com/questions/35276/the-advantages-disadvantages-to-be-had-from-using-a-web-framework
OPENCOLA. (26 de Abril de 2016). ADVANTAGES AND DISADVANTAGES OF USING FRAMEWORKS. Recuperado el 09 de Agosto de 2017, de OPENCOLA: http://www.opencola.com/advantages-and-disadvantages-of-using-frameworks/
vizteams. (2014, Noviembre 25). ADVANTAGES AND DISADVANTAGES OF FRAMEWORKS. Retrieved Agosto 09, 2017, from vizteams: http://www.vizteams.com/blog/advantages-and-disadvantages-of-frameworks/
Wikipedia. (s.f.). Software framework. Recuperado el 09 de Agosto de 2017, de Wikipedia: https://en.wikipedia.org/wiki/Software_framework


Comentarios

Entradas más populares de este blog

Entrevista