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

Option A is correct because when choosing a framework, the coding standard used in its development is typically the least relevant factor - frameworks are used as compiled binaries or libraries, not modified source code. What matters is the framework's architecture, modularity (B), development rules (C), and your team's ability to learn it (D). The internal coding conventions of framework developers don't affect how you use or integrate the framework.