The Wayback Machine - https://web.archive.org/web/20191024065833/https://github.com/topics/review
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 408 public repositories matching this topic...

oss-review-toolkit
tsteenbe
tsteenbe commented Jan 26, 2019

The Evaluator library which evaluates scan results as OK or NOT OK against user-specified rules currently has no user documentation. At the time the Evaluator was added in heremaps/oss-review-toolkit#1036 we lacked the bandwidth to add this documentation.

Create this issue for the creation of needed docs

  • Update README to include brief description of Evaluator paramete
rkclark
rkclark commented May 23, 2018

This CSS is used in various places:

  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: normal;

It should be extracted into a global css class and added to a new file src/css/fonts.css, from which the class can then be imported into each css module where it is needed, like this example:

/* import global css file */
@import "../../css/grid.c

Learn about code-review

Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.