Live data from Hacker News

How to do a code review

google.github.io

1–10 of 376 posts

Re: How to do a code review

#7
To me this doesn't look a very good guideline. It's needlessly verbose and unintuitive. Instead of writing a long sprawling list of things, just using bullet points and figures would be better.

It mentions the importance of getting a big picture of the code in question first, but the guideline itself is pretty bad at presenting its big picture.

Here's the gist of it as I understand:

- Long-term health of the code is important.

- Development should be incremental and steady.

- Beware of the contexts: style, use cases and technical complexity.

- Suggest them changes with reasons.

- Make it quick enough.

Re: How to do a code review

#9

CL? Is that perforce? Hopefully it works better than the real perforce. A really tough and confusing versioning tool.

Google uses Piper, that is vaguely inspired by Perforce workflow, but significantly less confusing.

Source: https://cacm.acm.org/magazines/2016/7/204032-why-google-stor...

Post reply on HN