The impact of file position on code review
1–10 of 38 posts
Re: The impact of file position on code review
#2I like this paper. While it's not anything groundbreaking or sensational, it did help me with the design of something I am working on.
Re: The impact of file position on code review
#3Re: The impact of file position on code review
#4Re: The impact of file position on code review
#5Re: The impact of file position on code review
#6Re: The impact of file position on code review
#7Re: The impact of file position on code review
#8https://addons.mozilla.org/en-US/firefox/addon/github-pr-fil...
Re: The impact of file position on code review
#9Small PRs help, but I often end up just opening a handful of windows to have everything open at once.
Re: The impact of file position on code review
#10I've recently started using Github code reviews for a lot of C++, and one thing that I wish it would do is show the header (.h) files before the implementation (.cc) files. Small PRs help, but I often end up just opening a handful of windows to have everything open at once.
https://gitlab.com/nbdkit/nbdkit/-/blob/master/scripts/git.o...
We found it useful to display header files, interface files and documentation first, but maybe the linked paper will make us review that!