SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
RUP shows us how to effectively implement proven approaches to software development, commonly called best practices. What are some of the best practices?
A
resource management
B
iterative development
C
error checking
D
visual modeling
E
Change control
Explanation: 

Detailed explanation-1: -The Rational Unified Process (RUP) is a software development and project management process that provides a disciplined and methodical approach towards assigning tasks and responsibilities in a team.

Detailed explanation-2: -Working efficiently as a team on a software project requires strong communication and definition of coding standards and best practices. A best practice is a rule that should be applied in your project, and it might target any topic: a programming language, a framework, security, performance, architecture, etc.

Detailed explanation-3: -CODE SIMPLICITY. Strive to keep your code simple. TESTING. Continuously test from end to end. CODE COHERENCE. Keep it consistent across your team. CODE REVIEWS. Don’t be shy, allow someone to check your code! ESTIMATION. Set your time and budget estimates realistically. 09-Dec-2019

There is 1 question to complete.