Code Reviews At Disy - Observations
Practical recommendations for effective code reviews based on 18 months of experience and 1500+ reviews, focusing on speed, scope, and process.
Practical recommendations for effective code reviews based on 18 months of experience and 1500+ reviews, focusing on speed, scope, and process.
A guest post contribution on reading other developers' code to learn different problem-solving approaches and evolving best practices.
Analyzes poor Python practices in the Whisper library, covering missing tests, PEP 8 violations, and non-idiomatic code.
A developer explains why avoiding major code changes on Fridays prevents weekend production bugs and burnout, advocating for refactoring and R&D instead.
A developer lists the 7 most common code quality issues found during code reviews, focusing on maintainability and best practices.
Advanced best practices for ASP.NET MVC development, covering model binding security, avoiding reinventing the wheel, and performance tips.
Tips for writing maintainable code with good commenting, descriptive naming, and consistency to help future developers.