Value objects

Improve code quality using value objects. Examples of value objects are numbers, dates, string, email addresses, isbn numbers. Value objects are usually small and simple, their identity is based on their state, not on the object identity.

 

Share this Listing