Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 740 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 740 Bytes

Guide

Using Value Objects will avoid duplication of code, as well as make your properties more typed.

Usage

Value Objects this library are divided into several logical groups:

This separation is only a structuring of the Value Objects in library. You can use these objects as you discretion.

Creating own Value Objects

This library has only popular value objects. But you can always create your own and complement exists objects, extends them.