Skip to content

Commit

Permalink
Added a convention regarding the exposure of the public API of ds and…
Browse files Browse the repository at this point in the history
… algorithms
  • Loading branch information
nbro committed Mar 2, 2017
1 parent d487de1 commit 07e8ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- not tested

to the `master` branch!!

- Expose only public interface!!

- For example, clients of a BST may not care about the existence of a BSTNode, which is only useful to store information about the keys.

## Design by contract

Expand Down

0 comments on commit 07e8ef3

Please sign in to comment.