You are here |
enterprisecraftsmanship.com | ||
| | | |
blog.ploeh.dk
|
|
| | | | How can you both follow Command Query Separation and assign unique IDs to Entities when you save them? This post examines some options. | |
| | | |
www.jefclaes.be
|
|
| | | | An entity is identified by an identifier, while value objects are identified by their value. If I make a living renting cars to tourists, I might not care the least about the identity of the colors the cars came in. I just care about their value; Rosso Corsa, Azurro Metallic... If I repaint the car, the color changes, and the previous color is abandoned as a whole. However, if I were a car paint manufacturer, I would care a great deal about the identity of a color. | |
| | | |
blog.jayfields.com
|
|
| | | | Some people ask if Test Driven Development (TDD) is what caused Ruby to become popular. Other people smarter than me claim that TDD is in fa... | |
| | | |
www.ardanlabs.com
|
|
| | Series Index Reducing Image Size Details Specific To Different Languages Going Farther To Reduce Image Size Introduction In the first part, we introduced multi-stage builds, static and dynamic linking, and briefly mentioned Alpine. In this second part, we are going to dive into some details specific to Go. Then we will talk more about Alpine, because it's worth it; and finally we will see how things play out with other languages like Java, Node, Python, Ruby, and Rust. |