@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-review-best-practices>
  a schema:TechArticle ;
  schema:headline "Code Review Best Practices" ;
  schema:url <https://anchorfact.org/computer-science/code-review-best-practices/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/code-review-best-practices>
  schema:citation <https://google.github.io/eng-practices/review/reviewer/standard.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-review-best-practices>
  schema:citation <https://google.github.io/eng-practices/review/reviewer/looking-for.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-review-best-practices>
  schema:citation <https://google.github.io/eng-practices/review/reviewer/speed.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-review-best-practices>
  schema:citation <https://google.github.io/eng-practices/review/reviewer/comments.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-review-best-practices>
  schema:citation <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request> ;
  af:sourceTier "B" .