Skip to content

Commit

Permalink
Added another convention regarding the issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro committed Mar 2, 2017
1 parent 49d7324 commit 2714c07
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CONVENTIONS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coding conventions
# Conventions

## General

Expand All @@ -11,6 +11,18 @@
- 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.

### Github Issue Tracker

This _issue tracker_ should be used to report

- issues regarding existing code, or
- possible improvements of existing code

and **not** to report:

- possible future features which have nothing to do with the existing code, or
- report issues of code that is no more part of this project

## Design by contract

Expand Down

0 comments on commit 2714c07

Please sign in to comment.