Recently, I was very interested in a project written by a person on coding. So I downloaded the project. The project is huge and difficult to start. I would like to ask you a lot. What are the best methods to read the project? Or how to start learning other people's projects? Recently, I was very interested in a project written by a person on coding. So I downloaded the project. The project is huge and difficult to start. I would like to ask you a lot. What are the best methods to read the project? Or how to start learning other people's projects?
Reply content:
Recently, I was very interested in a project written by a person on coding. So I downloaded the project. The project is huge and difficult to start. I would like to ask you a lot. What are the best methods to read the project? Or how to start learning other people's projects?
1. First read the project introduction he wrote to learn about the project's purpose.
2. Check the directory structure of the project to understand the file distribution.
3. Find the entry file and try again
4. Manually traverse the code.
1. read README. md first to introduce the entire project.
2. Understand the directory structure of the entire project, know what they are doing, and have a rough idea.
3. Try to deploy the project, or find the demo of the project.
4. After running, you can understand how to run and what things are used.
As a matter of fact, most people know, that is, some things really don't know where the vine is. it's like a high number. If you can't say it's hard, you don't have to learn it. In fact, it's still a good skill to understand it. It's a lot more practical, and the starting point is clear at a glance.
First, let's take a look at the general structure of the project, and then run it several times to see if it meets your expectations. Then, let's look at the project execution portal.