Best of Code ReviewOctober 2023

  1. 1
    Article
    Avatar of codemotionCodemotion·3y

    The Ultimate Code Review Checklist for Developers

    Code reviews are crucial for identifying errors, enhancing code quality, and promoting collaboration within development teams. A code review checklist helps ensure functionality, code readability, performance, error handling, security, testing, code duplication, code clarity and dependencies, documentation, and compliance with coding standards.

  2. 2
    Article
    Avatar of discdotDiscover .NET·3y

    Code Review & Refactoring to a Better Design

    The article discusses code review and refactoring to improve design. It addresses design decisions related to persistence ignorant queries, the usage of null, and throwing exceptions. It suggests using option types instead of null and exceptions for handling invalid values.