Skip to content

Commit

Permalink
Added related projects to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin authored Aug 19, 2018
1 parent 3beebb1 commit 40a1148
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ causes a `panic()`. If you need to validate the input, rather than check
logical pre- and post-conditions of the function, return an `error` and do
not abuse the contracts.

Related Projects
================
At the time of this writing (2018-08-19), we found only a library that
implemented design-by-contract as functions (https://github.com/lpabon/godbc) and
a draft implementation based on decorators (https://github.com/ligurio/go-contracts).

None of them allowed us to synchronize the documentation with the code.

Examples
========
Expand Down

0 comments on commit 40a1148

Please sign in to comment.