Skip to content

coding guide line #1

@KihongHeo

Description

@KihongHeo

Basically follow the OCaml coding guidelines. https://ocaml.org/learn/tutorials/guidelines.html

  • type annotation with function name
  • consistent variable names with our document (e.g., c_0 + \Sigma c_i x_i, d_0 + \Sigma d_i y_i)
  • insert assert false on unreachable paths for debugging
  • follow Infer's naming conventions (e.g., pp_*)
  • ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions