AlbertJWilliams
- Karma
- 38
- Created
- December 4, 2018 (7y ago)
- Submissions
- 0
-
How do I read a large piece of code that has a lot of header files and source code files? Is there any method or is it just about reading it one by one? How do you do it efficiently? Thanks in advance.
-
So far I've seen so many pieces of code where arrays are declared with a seemingly random size, I mean, the size doesn't seem to have a specific reason, but it seems more like a magic number. How do I select the size…