diff --git a/README.md b/README.md index fdf802c..bda0c43 100644 --- a/README.md +++ b/README.md @@ -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]