Skip to content

Commit

Permalink
Create documentation #13
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej authored Sep 3, 2016
1 parent ad51aa9 commit 22a028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Design by contract (DbC), also known as contract programming, programming by con

DbC help us develop more reliable software. It is one of the basic principles of clean code programming. During the development phase when we integrate components (simply: when we call method of another class) we may violate the contract and receive the exception, but this is what it is for. If you encounter such case, you simply need to conform the contract of the 'supplier' class.

Now, let's quit yapping and show some hello world sample:
Now, let's quit yapping and show some code:

```C#
[NotNull, Pure]
Expand Down

0 comments on commit 22a028c

Please sign in to comment.