#Hi Guys
4 messages · Page 1 of 1 (latest)
well, most of the time, its not the entire repo that you wanna read
mostly its a part of the actual software that you wanna look into the functioning.
You just have to find that file/function that contains the code which you are looking for and then just start reading i think
having lsp always helps
its a skill that gets better and better as you practice it
some newbie tips would be understanding the project structure and starting from the entry point, such as a main function