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 PHP runs on different platforms (Windows, Linux, Unix, etc.)?

0 Answers  


What is if isset ($_ post submit )) in php?

0 Answers  


How to protect special characters in query string?

0 Answers  


What is php programming used for?

0 Answers  


How big is nvarchar max?

0 Answers  






Tell me what is the importance of "action" attribute in a html form?

0 Answers  


What are the differences between PHP3 and PHP4 versions?

1 Answers  


Is php worth learning in 2019?

0 Answers  


Write a program in php to print a table of a number?

0 Answers  


how can refresh current page automatically, without press any button and anchor tag.

5 Answers  


How does php serialize work?

0 Answers  


Tell me how is the ternary conditional operator used in php?

0 Answers  


Categories