In my most recent employment, I got to work on refactoring some legacy code and one of things that I've learned to appreciate is the use of Value Objects. The domain focused on money and tax rates of various sorts so the code was filled with decimal variable types. The following is a simplified example: As… Continue reading The Value of Value Objects
