Skip to content

src/cache.rs #70

@weswc

Description

@weswc

Metadata

Relevant Files

Relevant File

  • Cargo.toml - because it shouldn't be

Code Review

Note: edit checklist items as needed

Functionality

Behavior

  • Runs without errors or warnings
  • Handles edge cases

Input/output

  • Validates inputs
  • Outputs are documented and tested

Testing

Confirm for integrated and unit tests

  • Coverage
    • 0, 1, and n cases are tested
    • Failure modes tested
  • Quality
    • Tests are readable and minimal
    • CI passes
# R example test
library(testthat)

test_that("addition works", {
  expect_equal(add(2, 3), 5)
})

Notes for QCer

[INSERT]

Tip: Run styler, lintr, or other linters before submitting.

Style guide

Reference this document for style guide: https://google.github.io/styleguide/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions