Question: When combining my own OOP class with work done by someone else, what is the main ( most important ) reason to do code reading,

When combining my own OOP class with work done by someone else, what is the main (most important) reason to do code reading, reviews, or inspections? Why? Rationale required.
A. To count how many bugs or defects were made by other members of the team. (This produces a good code "metric").
B. To learn more about OOP and data structures.
C. To find code style errors such as bad names for variables or methods, incorrect indenting, etc.
D. To speed up getting your code to work correctly with the other person's code
E. To be sure the other person does things the way you would have done them if it was your code.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!