WDD-LO1-Web Development Framework

- sets of program libraries, component, and tools
- organized in an architecture system complex
- to help speed up the development process
- focusing on the more important details of the design

advantages:
- easier to maintain
- faster
- can repeat the function
- better environment
- designers can work on the design
- come with the common functionalities
- provides better beta testing and bug fixing environment



1. The purpose of a framework in web development
To help speed up the development process.

2. List FOUR (4) advantages of a framework in web development

  • Easier to maintain
  • Better environment
  • Designers can work on the design
  • Provides better beta testing and bug fixing environment


3. Describe ONE (1) framework and justify why do I choose it.
JavaScript Frameworks: this describes a given structure of "how" you should present your code. Pretty much like a code-template. Why? a JavaScript framework is particularly helpful for applications where much of the business logic is going to take place on the client-side.


Comments

Popular Posts