Multiple choice technology architecture

One of the valid reason for deciding not to use a framework ?

  1. When the application already exists and requires maintenance

  2. Number of applications are required to be developed within a specific problem domain

  3. Applications that use the common services provided by frameworks

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Not using a framework makes sense when maintaining an existing application. Introducing a framework into a legacy codebase often requires significant rewriting and may not justify the cost. Frameworks are most valuable for new development or when building multiple applications in the same domain.