flâneur — a map of the web's best reading

Reading 4: Code Review

web.mit.edu · 8,692 words · saved by 1 readers

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