What are the advantages of not using any frameworks ?



What are the advantages of not using any frameworks ?..

Answer / 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

More PHP Interview Questions

Is string php function?

0 Answers  


What are some new features introduced in php7?

0 Answers  


Is polymorphism inherited?

0 Answers  


Tell me how do I check if a given variable is empty?

0 Answers  


How can we check the value of a given variable is a number?

0 Answers  






Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.

7 Answers  


What is csrf token and why it is required?

0 Answers  


Can a trait extend a class php?

0 Answers  


How can we encrpt a text?

3 Answers  


Why framework is used in php?

0 Answers  


What is difference between count or sizeof function in php?

0 Answers  


What is a query in a database?

0 Answers  


Categories