"code review" meaning in English

See code review in All languages combined, or Wiktionary

Noun

Forms: code reviews [plural]
Head templates: {{en-noun|~}} code review (countable and uncountable, plural code reviews)
  1. (software engineering) The practice, or an instance, of identifying and verifying the choice of algorithms, coding styles and compliance with the software design. Tags: countable, uncountable Categories (topical): Software engineering Translations (practice of verifying software changes): Codereview [masculine] (German), Review [masculine] (German)
    Sense id: en-code_review-en-noun-3lQMYBIs Categories (other): English entries with incorrect language header Disambiguation of English entries with incorrect language header: 55 45 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, sciences, software

Verb

Forms: code reviews [present, singular, third-person], code reviewing [participle, present], code reviewed [participle, past], code reviewed [past]
Head templates: {{en-verb}} code review (third-person singular simple present code reviews, present participle code reviewing, simple past and past participle code reviewed)
  1. (transitive, software engineering) To perform code review on. Tags: transitive Categories (topical): Software engineering Synonyms: review
    Sense id: en-code_review-en-verb-Fod1UpF0 Categories (other): English entries with incorrect language header Disambiguation of English entries with incorrect language header: 55 45 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, sciences, software

Inflected forms

Download JSON data for code review meaning in English (4.0kB)

{
  "forms": [
    {
      "form": "code reviews",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "~"
      },
      "expansion": "code review (countable and uncountable, plural code reviews)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Software engineering",
          "orig": "en:Software engineering",
          "parents": [
            "Computer science",
            "Engineering",
            "Software",
            "Computing",
            "Sciences",
            "Applied sciences",
            "Technology",
            "Media",
            "All topics",
            "Communication",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "_dis": "55 45",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        }
      ],
      "examples": [
        {
          "text": "After several painful episodes, we've decided to adopt code review for all major changes.",
          "type": "example"
        },
        {
          "text": "How did that get through two separate code reviews?",
          "type": "example"
        },
        {
          "ref": "2008, Anthony J. Lattanze, Architecting Software Intensive Systems: A Practitioners Guide, CRC Press, page 355",
          "text": "For small projects, code reviews can be used to ensure that software implementations adhere to the detailed designs.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "The practice, or an instance, of identifying and verifying the choice of algorithms, coding styles and compliance with the software design."
      ],
      "id": "en-code_review-en-noun-3lQMYBIs",
      "links": [
        [
          "software engineering",
          "software engineering"
        ],
        [
          "algorithm",
          "algorithm"
        ],
        [
          "software",
          "software"
        ],
        [
          "design",
          "design"
        ]
      ],
      "raw_glosses": [
        "(software engineering) The practice, or an instance, of identifying and verifying the choice of algorithms, coding styles and compliance with the software design."
      ],
      "tags": [
        "countable",
        "uncountable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ],
      "translations": [
        {
          "code": "de",
          "lang": "German",
          "sense": "practice of verifying software changes",
          "tags": [
            "masculine"
          ],
          "word": "Codereview"
        },
        {
          "code": "de",
          "lang": "German",
          "sense": "practice of verifying software changes",
          "tags": [
            "masculine"
          ],
          "word": "Review"
        }
      ]
    }
  ],
  "word": "code review"
}

{
  "forms": [
    {
      "form": "code reviews",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "code reviewing",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "code reviewed",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "code reviewed",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "code review (third-person singular simple present code reviews, present participle code reviewing, simple past and past participle code reviewed)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Software engineering",
          "orig": "en:Software engineering",
          "parents": [
            "Computer science",
            "Engineering",
            "Software",
            "Computing",
            "Sciences",
            "Applied sciences",
            "Technology",
            "Media",
            "All topics",
            "Communication",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "_dis": "55 45",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        }
      ],
      "examples": [
        {
          "text": "Did anyone code review that class before it went into the shipping version?",
          "type": "example"
        },
        {
          "ref": "2021, Billy Yuen, Alexander Matyushentsev, Todd Ekenstam, Jesse Suen, GitOps and Kubernetes […], Simon and Schuster, page 11",
          "text": "These changes are code-reviewed by other team members and merged to the main branch upon approval.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "To perform code review on."
      ],
      "id": "en-code_review-en-verb-Fod1UpF0",
      "links": [
        [
          "software engineering",
          "software engineering"
        ]
      ],
      "raw_glosses": [
        "(transitive, software engineering) To perform code review on."
      ],
      "synonyms": [
        {
          "word": "review"
        }
      ],
      "tags": [
        "transitive"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ]
    }
  ],
  "word": "code review"
}
{
  "categories": [
    "English countable nouns",
    "English entries with incorrect language header",
    "English lemmas",
    "English multiword terms",
    "English nouns",
    "English uncountable nouns",
    "English verbs"
  ],
  "forms": [
    {
      "form": "code reviews",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "~"
      },
      "expansion": "code review (countable and uncountable, plural code reviews)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        "English terms with quotations",
        "English terms with usage examples",
        "en:Software engineering"
      ],
      "examples": [
        {
          "text": "After several painful episodes, we've decided to adopt code review for all major changes.",
          "type": "example"
        },
        {
          "text": "How did that get through two separate code reviews?",
          "type": "example"
        },
        {
          "ref": "2008, Anthony J. Lattanze, Architecting Software Intensive Systems: A Practitioners Guide, CRC Press, page 355",
          "text": "For small projects, code reviews can be used to ensure that software implementations adhere to the detailed designs.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "The practice, or an instance, of identifying and verifying the choice of algorithms, coding styles and compliance with the software design."
      ],
      "links": [
        [
          "software engineering",
          "software engineering"
        ],
        [
          "algorithm",
          "algorithm"
        ],
        [
          "software",
          "software"
        ],
        [
          "design",
          "design"
        ]
      ],
      "raw_glosses": [
        "(software engineering) The practice, or an instance, of identifying and verifying the choice of algorithms, coding styles and compliance with the software design."
      ],
      "tags": [
        "countable",
        "uncountable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ]
    }
  ],
  "translations": [
    {
      "code": "de",
      "lang": "German",
      "sense": "practice of verifying software changes",
      "tags": [
        "masculine"
      ],
      "word": "Codereview"
    },
    {
      "code": "de",
      "lang": "German",
      "sense": "practice of verifying software changes",
      "tags": [
        "masculine"
      ],
      "word": "Review"
    }
  ],
  "word": "code review"
}

{
  "categories": [
    "English countable nouns",
    "English entries with incorrect language header",
    "English lemmas",
    "English multiword terms",
    "English nouns",
    "English uncountable nouns",
    "English verbs"
  ],
  "forms": [
    {
      "form": "code reviews",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "code reviewing",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "code reviewed",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "code reviewed",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "code review (third-person singular simple present code reviews, present participle code reviewing, simple past and past participle code reviewed)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [
        "English terms with quotations",
        "English terms with usage examples",
        "English transitive verbs",
        "en:Software engineering"
      ],
      "examples": [
        {
          "text": "Did anyone code review that class before it went into the shipping version?",
          "type": "example"
        },
        {
          "ref": "2021, Billy Yuen, Alexander Matyushentsev, Todd Ekenstam, Jesse Suen, GitOps and Kubernetes […], Simon and Schuster, page 11",
          "text": "These changes are code-reviewed by other team members and merged to the main branch upon approval.",
          "type": "quotation"
        }
      ],
      "glosses": [
        "To perform code review on."
      ],
      "links": [
        [
          "software engineering",
          "software engineering"
        ]
      ],
      "raw_glosses": [
        "(transitive, software engineering) To perform code review on."
      ],
      "synonyms": [
        {
          "word": "review"
        }
      ],
      "tags": [
        "transitive"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ]
    }
  ],
  "word": "code review"
}

This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-05-01 from the enwiktionary dump dated 2024-04-21 using wiktextract (f4fd8c9 and c9440ce). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.