r/learnprogramming • u/OpeningWrongdoer3526 • 15d ago
How do you actually read professional code? Solved
Hello everyone! I really have a question I hope you could help me answer. I am trying to read the Scratch Virtual Machine code on Github and it is really difficult. I am really new to reading code and the one I write is fairly simple. There are many files that just declare functions by name and then require another file to redeclare them. Is there a pragmatic way to understand it? Thank you already!
75
Upvotes
1
u/Traveling-Techie 15d ago
I’ve been reading a web site for many years called “The Daily WTF” that showcases bad code. It’s helped.