Reading 4: Code Review
Code review is careful, systematic study of source code by people who are not the original author of the code. It’s analogous to proofreading a paper.
Reading 4: Code Review > hide Snapdown help Snapdown is a language for drawing snapshot diagrams. Click on the links below to see examples of Snapdown in action! In each example, you'll see a snippet of Snapdown syntax and the corresponding diagram side-by-side. Primitives (click to expand) In this example, we have two variables: i points to the value 5 , and s points to the value "abc" . i -> 5 s -> "abc" Objects (click to expand) In this example, f points to a MyFloat object with the value 5.0 , s points to a MyString object with the value "abc" . f -> (MyFloat 5.0) s -> (MyString "abc") Fie
Explore this link on the map →related reading
- Best practices for Claude Code - Claude Code Docsanthropic.com
- How to Do Code Reviews Like a Human (Part One) · mtlynch.iomtlynch.io
- Mistakes I see engineers making in their code reviewsseangoedecke.com
- Ninja codejavascript.info
- Writing Better Go: Lessons from 10 Code Reviews - Speaker Deckspeakerdeck.com
- Writing Better Go: Lessons from 10 Code Reviews - Speaker Deckspeakerdeck.com
- Mediumlevelup.gitconnected.com
- How to Make Your Code Reviewer Fall in Love with You · mtlynch.iomtlynch.io
- You MUST Review AI-generated Code — Vishnu's Pagesiamvishnu.com
- rams - Expert Design Reviews on Every PRrams.ai
- Long Names Are Long - journal.stuffwithstuff.comjournal.stuffwithstuff.com
- styleguide | Style guides for Google-originated open-source projectsgoogle.github.io