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

What is php key?

0 Answers  


Is php a mvc?

0 Answers  


How can we get the browser properties using PHP?

7 Answers  


How can I reverse sort an array keeping the correlation between the index and value?

2 Answers   Rushmore Consultancy,


What is serialization / object serialization ?

2 Answers  


Is strcmp case sensitive?

0 Answers  


Tell us how to redirect a page in php?

0 Answers  


How to get the value of current session id?

0 Answers  


What is Joomla?

5 Answers   T3 Softwares, Zend,


What is the use of "ksort" in php?

0 Answers  


What does the expression exception::__tostring means?

0 Answers  


Why shouldn't I use mysql_* functions in php?

0 Answers  


Categories