-
Updated
Sep 9, 2020 - Shell
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 523 public repositories matching this topic...
-
Updated
Jul 31, 2020 - Ruby
-
Updated
Aug 18, 2020 - Ruby
-
Updated
Oct 16, 2019 - Java
-
Updated
Sep 9, 2020 - HTML
-
Updated
Apr 6, 2020 - Python
-
Updated
Sep 24, 2020
-
Updated
May 28, 2020 - Python
-
Updated
Sep 17, 2020 - Objective-C
-
Updated
Sep 21, 2020 - C++
-
Updated
Dec 24, 2019 - AppleScript
-
Updated
Jul 1, 2019 - TypeScript
-
Updated
Jul 8, 2020
-
Updated
Aug 10, 2020 - Java
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Aug 15, 2020
-
Updated
Sep 5, 2020 - Python
-
Updated
May 29, 2018
-
Updated
Jun 17, 2020
-
Updated
Mar 28, 2019 - JavaScript
-
Updated
Sep 29, 2020 - Kotlin
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
-
Updated
Sep 22, 2017
Especially in the light of #151 , it would be great if people could just re-generate the whole Id file.