Skip to content

Code review

Code review is systematic examination (sometimes referred to as peer review) of computer source code. It is intended to find mistakes overlooked in software development, improving the overall quality of software. Reviews are done in various forms such as pair programming, informal walkthroughs, and formal inspections.

Here are 188 public repositories matching this topic...

RMacfarlane
RMacfarlane commented Oct 2, 2019

From @chrisdias:

If I start the auth dance, then press Cancel when asked if I want to let the extension open a URL, the status bar stays at Signing into github.com.... Since I cancelled, I expect it to revert back to Sign in to github.com.

Also (just noticed this) we say into and in to. Not sure which version is right or wrong, or if its based on context :).

noc7c9
noc7c9 commented Sep 3, 2019

Not sure if this is out of scope for this project but I've always wanted line numbers for diffs instead of the @@ -xxx,y +xxx,y @@ syntax. Would be especially useful when there are large chunks.

Something like

diff --git a/src/index.js b/src/index.js
index d46a912..d34f309 100644
--- a/src/index.js
+++ b/src/index.js
@@ -13,7 +13,8 @@ const Button = ({ value, color, events }) =>
jylee-git
jylee-git commented May 16, 2019

A number of test cases failed (with all of them being I/O related exceptions) when running gradlew test using IntelliJ for Windows 10. I do not know the exact cause of this issue; it could be permission related issue or that IntelliJ's working directory isn't at RepoSense root folder.

However, one workaround for this is: -

  1. Launch a terminal (Powershell, CMD, ...)
  2. Change directory to t

Code review apps

CommitCheck

CommitCheck ensures your commit messages are consistent and contain all required information

Lucidchart Connector

Insert a public link to a Lucidchart diagram so team members can quickly understand an issue or pull request

revuers

Peer code review tool for programming courses

Pull Assistant

Pull Assistant analyses pull requests and provides the optimal way to perform code reviews

See more Code review apps

Learn about code-review

Wikipedia
Wikipedia

Related topics

See more topics
gerrit
You can’t perform that action at this time.