What are the advantages of not using any frameworks ?
Answer Posted / vaibhav sharma
For the novice user, it is tougher to use the framework
quickly as it is big and complex abstract and user has to
spend more time in assessing the concept, function and its
uses in developing the program, which enhances the
development but after learning how to use it efficiently,
it becomes easier and quicker to develop any program,
module of application.
Another disadvantage is that a generic ‘one-size-fits-all’
does not work so efficiently for any specific software.
There is need to extend framework with specific code to
develop any specific software.
Examples
Software frameworks support and enhance the efficiency and
productivity of the application development but it faces
some problems in some specific domains like:
Artistic drawing, music composition, and mechanical CAD
Compilers for different programming languages and target
machines
Financial modeling applications
Earth system modeling applications
Decision support systems
Media playback and authoring
Web applications
Middleware
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are php magic methods?
What the use of var_dump()?
Name some of the functions in php.
What is Type hinting in PHP?
How to convert the first character to upper case?
Which is better python or php?
write a note on Testing the web site
What is final in php?
What are the four scalar types of php?
How many types of array supported in php?
Write a query to find the 2nd highest salary of an employee from the employee table?
What is button in html?
How to get number of elements in an array?
What is overloading and overriding in php?
Explain the difference between unlink() and unset()?