One of the valid reason for deciding not to use a framework ?
Reveal answer
Fill a bubble to check yourself
One of the valid reason for deciding not to use a framework ?
When the application already exists and requires maintenance
Number of applications are required to be developed within a specific problem domain
Applications that use the common services provided by frameworks
None of the above
Option A is correct because when an application already exists and only needs maintenance, introducing a framework would require significant rewriting without delivering new value - the cost outweighs benefits. Options B and C describe scenarios where frameworks ARE beneficial: multiple applications in a domain (B) or applications using common services (C) are ideal use cases for frameworks. Frameworks excel at greenfield development or major rewrites, not maintenance-only situations.