How to understand a software project without knowing the language

This article will introduce how to understand a project. Take a java project as an example. Part I The big picture Firstly, go through packages(files) and find the play button icon. Generally, it is located in UI or Main package. Execute the program and see what functions it has. Good naming usually explains itself. Next, … Continue reading How to understand a software project without knowing the language