package crs
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=77f77c61e908a6716fa876f5648f662ffaf7e24be4a7889fd6b53121592311bb
sha512=5fc6252650571c4127ebb1e61fecf78c5d4ce35e2832dff47125cda1448e07ea6d4da5e3a9a28643e3491d3594b0ee8857214241f98bd0296ada2c35ea8daa4b
doc/crs.cr-comment/Cr_comment/Qualifier/index.html
Module Cr_comment.QualifierSource
The Qualifier.t type represents an optional keyword that can be attached to a code review comment (CR) using the CR syntax. This classification is a general convenience provided by the library to help organize and filter CRs, but the exact workflow and expectations associated with each qualifier — such as when a Soon or Someday comment should be addressed — are intentionally left undefined here.
It is up to higher-level tools or code review systems built on top of CRs to define and enforce specific policies or behaviors around these qualifiers.
As a rule of thumb:
None: Should be addressed promptly.Soon: Should be addressed in the near future.Someday: Can be deferred until later.
These categories are intended to be flexible and adaptable to the needs of various development process.
This returns the priority according to the qualifier, if we were to take nothing else into account.