Random Tip

Structure homeworks like code reviews to help students iterate on their code and learn the importance of readability.

Share Structure homeworks like code reviews to help students iterate on their code and learn the importance of readability. with FacebookShare Structure homeworks like code reviews to help students iterate on their code and learn the importance of readability. with Twitter
  • Peer review of code is extremely important because it give students an opportunity to read each others’ code and understand what it means for someone else to read their code.
    • Peer review is also exactly how code reviews work in corporate culture.
    • Even if you’re great you can learn something new from someone else.
  • This also helps students learn how others will read their code and how important it is that their code is readable.