Understanding Code You Didn’t Write // Code Review

Keep exploring at Get started for free, and hurry—the first 200 people get 20% off an annual premium subscription. Patreon ► Instagram ► Twitter ► Discord ► Code ► Designing a Physics Engine in 5 minutes ► Send an email to chernoreview@ with your source code, a brief explanation, and what you need help with/want me to review and you could be in the next episode of my Code Review series! Also let me know if you would like to remain anonymous. CHAPTERS 0:00 - Resuming from last time 1:20 - Reading code you didn’t write 8:27 - Easily find the entry point 10:51 - How the program works 15:32 - Code should be self-documenting ✔ 17:14 - Comments in code to control tools ❌ 17:55 - static_cast and dynamic_cast 20:19 - structs vs classes: when to use what 24:19 - Why prefixing member variables is useful This video is sponsored by Brilliant. #CodeReview
Back to Top