8000 Tags · 0b10/mr-contract · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: 0b10/mr-contract

Tags

v0.1.0

Toggle v0.1.0's commit message
Implement method contracts

  Contracts
    * Implement preconditions
    * Implement postconditions
    * Implement a contracts table - to hold arrays of contracts
    * Make the decorator accept a key
    * Wrap contracts in custom error types, inject thrown contract
      message into custom error

  Test
    * The decorator works, and returns a result
    * All related behaviours are defined, and usable
    * preconditions - with and without args
    * postcondition - with and without args
    * postcondition result

  Deps
    * Include mr-params
0