Skip to content

Commit

Permalink
Add appveyor CI badge within the readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpierrain committed May 3, 2017
1 parent db2a9d8 commit 71c43f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Value

is a pico library (or code snippets shed) to help you to __easily implement Value Types__ in your C# projects without making errors nor polluting your domain logic with boiler-plate code.
[![Build status](https://ci.appveyor.com/api/projects/status/ju5m6t3fm2xsl0o9/branch/master?svg=true)](https://ci.appveyor.com/project/tpierrain/value/branch/master)

![Value](https://github.com/tpierrain/Value/blob/master/Value-small.jpg?raw=true)

[![Build status](https://ci.appveyor.com/api/projects/status/ju5m6t3fm2xsl0o9/branch/master?svg=true)](https://ci.appveyor.com/project/tpierrain/value/branch/master)

## Value Types?
__Domain Driven Design (DDD)__'s *Value Object* being an oxymoron (indeed, an object has a changing state by nature), we now rather use the "*Value Type*" (instance) terminology. But the concept is the same as described within Eric Evan's Blue book.

Expand Down

0 comments on commit 71c43f6

Please sign in to comment.