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
How to check curl is enabled or not in PHP
What is helper library?
What are the options to transfer session ids?
Which is not a php magic constant?
What is the difference between md5(), crc32() and sha1() crypto on php?
Tell me how is it possible to return a value from a function?
What are the advantages of stored procedures in php?
Can I use php in html?
Is c similar to php?
Write down the code for save an uploaded file in php.
Explain the difference between unlink() and unset()?
What is php written in?
What is crypt () in php?
Swap two variables value without using third variable in php ?
Is array empty php?