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


Please Help Members By Posting Answers For Below Questions

What is the difference between require_once and require in php?

551


What is oops php?

521


What is the scope of a variable defined in a function?

552


Explain which cryptographic extension provide generation and verification of digital signatures?

521


How to find the index of an element in an array php?

518






What is cookie and why do we use it?

522


How is a constant defined in a PHP script?

529


What is difference between single quotes and double quotes in php?

482


What backslash character will match whitespace?

560


What is the use of rand() in php?

602


How long is session timeout?

525


What is difference between isset and empty in php?

525


What does type casting mean in php? Explain with an example?

539


Which programming language does php resemble?

529


How to remove white spaces from the beginning and/or the end of a string in php?

533