Skip to content
Ilya Sher edited this page Feb 6, 2019 · 2 revisions

SemVer Design

Requirements

  • SemVer type
  • SemVer comparison methods
  • init(SemVer, Str) constructor method
  • Convert VERSION global variable to object of type SemVer
  • Support conversion to JSON
    • In particular ngs -pj VERSION

Design

TODO

TODO / Open Issues

  • Conversion to JSON is a wider issue and should be designed for all types (as well as conversion from JSON and maybe even more generic issue for serialization/deserialization)

Resources