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 |
How to delete a file from the system?
what are the rules to be followed at the time of declaring a variable?,what is the purpose of var_dump()function in php,syntax of ternary operator()in php,difference between drop a table and truncate a table...
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
How do I run a php program in dreamweaver?
Why does php start with variables?
What is active record in php?
how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?
Tell me how can we determine whether a variable is set?
How can I know that a variable is a number or not using a JavaScript?
How stop the execution of a php scrip?
What is the use of mysql_real_escape_string() function?
What is the purpose of pear in php?