-
Updated
Mar 30, 2021 - JavaScript
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 278 public repositories matching this topic...
-
Updated
Mar 30, 2021 - Ruby
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Apr 13, 2021 - CSS
-
Updated
Apr 13, 2021 - Go
-
Updated
Apr 6, 2021
-
Updated
Mar 28, 2021 - Ruby
-
Updated
Apr 12, 2021 - Ruby
-
Updated
Apr 3, 2021 - CSS
-
Updated
Apr 4, 2021 - Python
This is to help people that for whatever reason don't want to go through the effort of changing it manually every time.
Default levels of understanding and thoroughness for both positive (review)and negative(flag) could also be configurable in the user-config file.
-
Updated
Aug 6, 2020
-
Updated
Apr 13, 2021 - JavaScript
-
Updated
Nov 7, 2020
-
Updated
Apr 13, 2021 - TypeScript
-
Updated
Mar 25, 2021 - Java
-
Updated
Mar 31, 2021 - PHP
On the following example:
@
-fn func(a,b,c) {
- x = g(a,b)
- y = if x {
- h(b,c)
- } else {
- 0
- }
- return x + y
-}
+// fn func(a,b,c) {
+// x = g(a,b)
+// y = if x {
+// h(b,c)
+// } else {
+// 0
+// }
+// return x + y
+// }diffr displays the diff like that:


Ext:
.com: