In the component I'm writing I have a function that returns an object with properties added dynamically to another function. But I replaced that code with an instance of a class that holds my properites. I've heard that this is called a value object.
It seems I never see anyone using objects anymore. Is there any advantage to me creating property holding classes like this where I could use objects? What if no other class will ever use my value object? dorkie best practices dork from dorktown
