I found this abbreviation in many projects it is a folder referring to database models in an active record context
but What does it mean exactly ?
VO normally stands for Value Object.
In Domain Driven Development (DDD), value objects represent one or more pieces of information, but do not contain an identity. For instance, an Address object containing street address, city, state, and zip would be considered a value object.
This site can provide more info: http://devlicio.us/blogs/casey/archive/2009/02/13/ddd-entities-and-value-objects.aspx
VO stands for Value Object. The difference from normal objects is that value objects' only purpose is to store values in a convenient way. In short that means that a value object just contains a bunch of properties and no methods.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With