How do programmers find the correct files and lines of code to edit in an open source project when they want to add or improve functionality.

2.17K views

How do programmers find the correct files and lines of code to edit in an open source project when they want to add or improve functionality.

In: 58

34 Answers

Anonymous 0 Comments

Generally a programmer will be able to read the code and work out where would be best to add in new functionality. Most projects are documented either in the code itself or in separate documentation, so it’s easier to find which bits of the codebase do what.

You are viewing 1 out of 34 answers, click here to view all answers.