Ask HN: How can I run an effective code review?
https://news.ycombinator.com/item?id=6757100I'm currently working on implementing a substantial feature to an existing website. This work covers development across all layers of the stack and several programming/scripting languages (JS, HTML, CSS, SQL, .NET). Are there any best practices - or suggestions - for running an effective code review with a team? What are some of the more effective methods for reviewing code?
I'm planning on doing my own research into what makes for a productive code review (my initial research has turned up 'Peer Reviews in Software: A Practical Guide'), but also wanted to ask the community.
(For clarification: - this is not an 'architectural review, per-se; rather, a more narrow scope into code after the architecture has been defined, vetted and approved - this is also in addition to the user of profilers and automated code checking tools).
Thank you in advance to those who take time to respond!