Multiple choice technology architecture

Which of the below is a least relavant question while choosing a framework ?

  1. Whether framewoks has been deveoped using the coding standard that your organization follows

  2. What level of modularity will the framework provide and support?

  3. What development rules will the framework enforce?

  4. What will the learning curve be for application developers to learn the framework?

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

When choosing a framework, factors like modularity (B), development rules enforced (C), and learning curve (D) are critical considerations. However, whether the framework was built using your organization's specific coding standards (A) is largely irrelevant - frameworks are built by vendors/communities with their own standards. You adapt to the framework's conventions, not the other way around.