FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the most important key to successful pair programming?
A
Following rules
B
Communication
C
Problem solving
D
Let the navigator lead
Explanation: 

Detailed explanation-1: -When they swap roles the key to success is evident communication. It enables the navigator to take the driver’s role and vice-a-versa. The involvement of both the programmers is beneficial for them as they are aware of the decision, they made for coding the way it is coded.

Detailed explanation-2: -Pair programming decreases the likelihood of writing sloppy code. With two people working together as one, the output is usually more well-thought-out and organized. That means the code is easier to understand and easier to update in the future, which makes it easier to find potential bugs in the code.

There is 1 question to complete.